Skip to content

Commit

Permalink
Merge pull request #371 from yozachar/workshop
Browse files Browse the repository at this point in the history
fix: corrects a few typo
  • Loading branch information
yozachar committed Apr 20, 2024
2 parents 8b16fcb + 5a46eac commit 7350791
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions CHANGES.md
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
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

0 comments on commit 7350791

Please sign in to comment.