File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ _**Features**_
21
21
22
22
_ ** Maintenance** _
23
23
24
- - fix: reduce memory footprint when loading TLDs by @yozachar in [ 362] ( https://github.com/python-validators/validators/pull/362 )
25
- - build(deps): bump idna from 3.6 to 3.7 in /package by @dependabot in [ 365] ( https://github.com/python-validators/validators/pull/365 )
26
- - fix: rfc cases in the ` domain ` validator by @yozachar in [ 367] ( https://github.com/python-validators/validators/pull/367 )
27
- - chore: documentation maintenance by @yozachar in [ 368] ( https://github.com/python-validators/validators/pull/368 )
28
- - chore: update contribution guidelines by @yozachar in [ 369] ( https://github.com/python-validators/validators/pull/369 )
29
- - chore: updated dev dependencies; bump version by @yozachar in [ 370] ( https://github.com/python-validators/validators/pull/370 )
30
-
31
- ** Full Changelog** : [ ` 0.27 .0...0.28.0 ` ] ( https://github.com/python-validators/validators/compare/0.28.0...0.28.1 )
24
+ - fix: reduce memory footprint when loading TLDs by @yozachar in [ # 362 ] ( https://github.com/python-validators/validators/pull/362 )
25
+ - build(deps): bump idna from 3.6 to 3.7 in /package by @dependabot in [ # 365 ] ( https://github.com/python-validators/validators/pull/365 )
26
+ - fix: rfc cases in the ` domain ` validator by @yozachar in [ # 367 ] ( https://github.com/python-validators/validators/pull/367 )
27
+ - chore: documentation maintenance by @yozachar in [ # 368 ] ( https://github.com/python-validators/validators/pull/368 )
28
+ - chore: update contribution guidelines by @yozachar in [ # 369 ] ( https://github.com/python-validators/validators/pull/369 )
29
+ - chore: updated dev dependencies; bump version by @yozachar in [ # 370 ] ( https://github.com/python-validators/validators/pull/370 )
30
+
31
+ ** Full Changelog** : [ ` 0.28 .0...0.28.1 ` ] ( https://github.com/python-validators/validators/compare/0.28.0...0.28.1 )
32
32
33
33
## 0.28.0 (2024-04-04)
34
34
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Please read [CVD](https://resources.sei.cmu.edu/asset_files/SpecialReport/2017_0
12
12
13
13
- We do our best to write safe code.
14
14
- [ @kvesteri ] ( https://github.com/kvesteri ) is the author of ` validators ` .
15
- - You can raise security concerns [ here] ( https://github.com/python-validators/validators/discussions/categories/security-concern ) .
15
+ - You can raise security concerns [ here] ( https://github.com/python-validators/validators/discussions/categories/security ) .
16
16
- None of us can promise any response time-frame, but we'll try.
17
17
18
18
That said, use the package at your own risk. The source code is open, we encourage you to read.
You can’t perform that action at this time.
0 commit comments