You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+20
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,26 @@ Note to self: Breaking changes must increment either
9
9
10
10
-->
11
11
12
+
## 0.28.0 (2024-04-04)
13
+
14
+
_**Breaking**_ ⚠️
15
+
16
+
- patch: moves `country_code` module to `country` module by @yozachar in [#357](https://github.com/python-validators/validators/pull/357)
17
+
18
+
_**Features**_
19
+
20
+
- feat: adds indian aadhar and pan validator by @yozachar in [#358](https://github.com/python-validators/validators/pull/358)
21
+
- feat: adds `finance` validator by @yozachar in [#359](https://github.com/python-validators/validators/pull/359)
22
+
- feat: adds `consider_tld` parameter to `domain`, `hostname` and `url` modules by @yozachar in [#360](https://github.com/python-validators/validators/pull/360)
23
+
24
+
_**Maintenance**_
25
+
26
+
- maint: updated dev dependencies, doc links; bump version by @yozachar in [#361](https://github.com/python-validators/validators/pull/361)
0 commit comments