Skip to content

Commit 7350791

Browse files
authored
Merge pull request #371 from yozachar/workshop
fix: corrects a few typo
2 parents 8b16fcb + 5a46eac commit 7350791

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CHANGES.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ _**Features**_
2121
2222
_**Maintenance**_
2323

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)
3232

3333
## 0.28.0 (2024-04-04)
3434

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Please read [CVD](https://resources.sei.cmu.edu/asset_files/SpecialReport/2017_0
1212

1313
- We do our best to write safe code.
1414
- [@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).
1616
- None of us can promise any response time-frame, but we'll try.
1717

1818
That said, use the package at your own risk. The source code is open, we encourage you to read.

0 commit comments

Comments
 (0)