Skip to content

Commit 75788ed

Browse files
authored
Merge pull request #425 from yozachar/workshop
chore: updates changelog
2 parents de4948f + 0b1799c commit 75788ed

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGES.md

+29
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,35 @@ Note to self: Breaking changes must increment either
99
1010
-->
1111

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)
38+
39+
**Full Changelog**: [`0.34.0...0.35.0`](https://github.com/python-validators/validators/compare/0.34.0...0.35.0)
40+
1241
## 0.34.0 (2024-09-03)
1342

1443
_**Breaking**_

0 commit comments

Comments
 (0)