Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: corrects a few typo #371

Merged
merged 1 commit into from
Apr 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ _**Features**_

_**Maintenance**_

- fix: reduce memory footprint when loading TLDs by @yozachar in [362](https://github.com/python-validators/validators/pull/362)
- build(deps): bump idna from 3.6 to 3.7 in /package by @dependabot in [365](https://github.com/python-validators/validators/pull/365)
- fix: rfc cases in the `domain` validator by @yozachar in [367](https://github.com/python-validators/validators/pull/367)
- chore: documentation maintenance by @yozachar in [368](https://github.com/python-validators/validators/pull/368)
- chore: update contribution guidelines by @yozachar in [369](https://github.com/python-validators/validators/pull/369)
- chore: updated dev dependencies; bump version by @yozachar in [370](https://github.com/python-validators/validators/pull/370)

**Full Changelog**: [`0.27.0...0.28.0`](https://github.com/python-validators/validators/compare/0.28.0...0.28.1)
- fix: reduce memory footprint when loading TLDs by @yozachar in [#362](https://github.com/python-validators/validators/pull/362)
- build(deps): bump idna from 3.6 to 3.7 in /package by @dependabot in [#365](https://github.com/python-validators/validators/pull/365)
- fix: rfc cases in the `domain` validator by @yozachar in [#367](https://github.com/python-validators/validators/pull/367)
- chore: documentation maintenance by @yozachar in [#368](https://github.com/python-validators/validators/pull/368)
- chore: update contribution guidelines by @yozachar in [#369](https://github.com/python-validators/validators/pull/369)
- chore: updated dev dependencies; bump version by @yozachar in [#370](https://github.com/python-validators/validators/pull/370)

**Full Changelog**: [`0.28.0...0.28.1`](https://github.com/python-validators/validators/compare/0.28.0...0.28.1)

## 0.28.0 (2024-04-04)

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Please read [CVD](https://resources.sei.cmu.edu/asset_files/SpecialReport/2017_0

- We do our best to write safe code.
- [@kvesteri](https://github.com/kvesteri) is the author of `validators`.
- You can raise security concerns [here](https://github.com/python-validators/validators/discussions/categories/security-concern).
- You can raise security concerns [here](https://github.com/python-validators/validators/discussions/categories/security).
- None of us can promise any response time-frame, but we'll try.

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