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
+39Lines changed: 39 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,45 @@ Note to self: Breaking changes must increment either
9
9
10
10
-->
11
11
12
+
## 0.23.0 (2024-03-19)
13
+
14
+
_**Breaking**_
15
+
16
+
> No breaking changes were introduced in this version.
17
+
18
+
_**Features**_
19
+
20
+
- feat: add french i18n validation by @imperosol in [#308](https://github.com/python-validators/validators/pull/308)
21
+
22
+
_**Maintenance**_
23
+
24
+
- fix: Valid URLs failing validation - query and fragment parts by @danherbriley in [#297](https://github.com/python-validators/validators/pull/297)
25
+
- fix: bug in `between` module by @yozachar in [#301](https://github.com/python-validators/validators/pull/301)
26
+
- chore: update dependencies, improve packaging by @yozachar in [#304](https://github.com/python-validators/validators/pull/304)
27
+
- Fix fragment check by @darkdragon-001 in [#305](https://github.com/python-validators/validators/pull/305)
28
+
- build(deps): bump urllib3 from 2.0.6 to 2.0.7 in /package by @dependabot in [#310](https://github.com/python-validators/validators/pull/310)
29
+
- fix: allow pct-encoded entities in fragments by @conitrade-as in [#317](https://github.com/python-validators/validators/pull/317)
30
+
- chore: update dev dependencies by @yozachar in [#318](https://github.com/python-validators/validators/pull/318)
31
+
- build(deps): bump gitpython from 3.1.37 to 3.1.41 in /package by @dependabot in [#321](https://github.com/python-validators/validators/pull/321)
32
+
- build(deps): bump jinja2 from 3.1.2 to 3.1.3 in /package by @dependabot in [#322](https://github.com/python-validators/validators/pull/322)
33
+
- chore: monthly updates for Jan'24 by @yozachar in [#324](https://github.com/python-validators/validators/pull/324)
34
+
- maint: adds versiond docs; update copyright year by @yozachar in [#329](https://github.com/python-validators/validators/pull/329)
35
+
- chore: update dev dependencies by @yozachar in [#330](https://github.com/python-validators/validators/pull/330)
36
+
- build(deps): bump gitpython from 3.1.37 to 3.1.41 in /package by @dependabot in [#331](https://github.com/python-validators/validators/pull/331)
37
+
- build(deps): bump jinja2 from 3.1.2 to 3.1.3 in /package by @dependabot in [#332](https://github.com/python-validators/validators/pull/332)
38
+
- build(deps): bump urllib3 from 2.0.6 to 2.0.7 in /package by @dependabot in [#319](https://github.com/python-validators/validators/pull/319)
39
+
40
+
_**New Contributors**_
41
+
42
+
-@danherbriley made their first contribution in [#297](https://github.com/python-validators/validators/pull/297)
43
+
-@darkdragon-001 made their first contribution in [#305](https://github.com/python-validators/validators/pull/305)
44
+
-@conitrade-as made their first contribution in [#317](https://github.com/python-validators/validators/pull/317)
45
+
-@imperosol made their first contribution in [#308](https://github.com/python-validators/validators/pull/308)
0 commit comments