From 5a46eaca9f16994b9364497ffb78b8b19083beec Mon Sep 17 00:00:00 2001 From: Yozachar <38415384+yozachar@users.noreply.github.com> Date: Sat, 20 Apr 2024 07:35:14 +0530 Subject: [PATCH] fix: corrects a few typo --- CHANGES.md | 16 ++++++++-------- SECURITY.md | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e75bb11..1917aa5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/SECURITY.md b/SECURITY.md index 294799d..2fe6e0e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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.