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
+29
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,35 @@ Note to self: Breaking changes must increment either
9
9
10
10
-->
11
11
12
+
## 0.35.0 (2025-05-01)
13
+
14
+
_**Breaking**_ ⚠️
15
+
16
+
* Drops support for Python `v3.8`.
17
+
18
+
_**Features**_
19
+
20
+
* Validator russian individual tax number by @TheDrunkenBear in [#408](https://github.com/python-validators/validators/pull/408)
21
+
* feat: allow custom URL scheme validation by @e3krisztian in [#409](https://github.com/python-validators/validators/pull/409)
22
+
* Refactor API: remove print from `ru_inn`, update description, and expose via `__init__` by @TheDrunkenBear in [#419](https://github.com/python-validators/validators/pull/419)
23
+
* Add Mir card validation support by @TheDrunkenBear in [#420](https://github.com/python-validators/validators/pull/420)
24
+
25
+
_**Maintenance**_
26
+
27
+
* Update README.md by @mattseymour in [#400](https://github.com/python-validators/validators/pull/400)
28
+
* fix(domain): accept .onion as a valid TLD by @davidt99 in [#402](https://github.com/python-validators/validators/pull/402)
29
+
* fix(url): add hashtag to allowed fragment characters by @davidt99 in [#405](https://github.com/python-validators/validators/pull/405)
30
+
* chore(deps): bump jinja2 from 3.1.4 to 3.1.6 in /package by @dependabot in [#414](https://github.com/python-validators/validators/pull/414)
31
+
* Fix email regex issue 140 by @cwisdo in [#411](https://github.com/python-validators/validators/pull/411)
32
+
* fix(uri): replace `lstrip("mailto:")` with manual prefix removal by @max-moser in [#418](https://github.com/python-validators/validators/pull/418)
33
+
* running `doctest` failes by @d-chris in [#417](https://github.com/python-validators/validators/pull/417)
34
+
* Fix: Allow Special DOI Cases Used in Public Administration Tests by @MaurizioPilia in [#415](https://github.com/python-validators/validators/pull/415)
35
+
* chore: formatting; sync dependencies by @yozachar in [#422](https://github.com/python-validators/validators/pull/422)
36
+
* chore: prepare for new release by @yozachar in [#424](https://github.com/python-validators/validators/pull/424)
37
+
* chore: updates changelog by @yozachar in [#425](https://github.com/python-validators/validators/pull/425)
0 commit comments