Skip to content

feat: bumped version to 0.21.0 #256

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

Merged
merged 1 commit into from
Mar 25, 2023
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
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Build for PyPI

on:
workflow_dispatch:
release:
types: [published]

Expand Down
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ repos:
- id: end-of-file-fixer
- id: debug-statements
- id: destroyed-symlinks
- id: no-commit-to-branch
args: ["--branch", "master"]
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.1.0
Expand Down
36 changes: 36 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## 0.21.0 (2023-03-25)

- feat: add build for pypi workflow by @joe733 in [#255](https://github.com/python-validators/validators/pull/255)
- feat: @validator now catches `Exception` by @joe733 in [#254](https://github.com/python-validators/validators/pull/254)
- maint: improves `i18n` package by @joe733 in [#252](https://github.com/python-validators/validators/pull/252)
- maint: misc changes to dev and ci by @joe733 in [#251](https://github.com/python-validators/validators/pull/251)
- maint: misc fixes and improvements by @joe733 in [#249](https://github.com/python-validators/validators/pull/249)
- maint: improves state of package development by @joe733 in [#248](https://github.com/python-validators/validators/pull/248)
- fix: generate dynamic reference docs by @joe733 in [#247](https://github.com/python-validators/validators/pull/247)
- maint: moving docs from `.rst` to `.md` by @joe733 in [#246](https://github.com/python-validators/validators/pull/246)
- maint: improves `url` module by @joe733 in [#245](https://github.com/python-validators/validators/pull/245)
- maint: improve `domain`, `email` & `hostname` by @joe733 in [#244](https://github.com/python-validators/validators/pull/244)
- maint: simplified `hostname` module by @joe733 in [#242](https://github.com/python-validators/validators/pull/242)
- maint: update `email` module by @joe733 in [#241](https://github.com/python-validators/validators/pull/241)
- feat: adds `hostname` validator by @joe733 in [#240](https://github.com/python-validators/validators/pull/240)
- maint: improves `ip_address` module by @joe733 in [#239](https://github.com/python-validators/validators/pull/239)
- fix: misc fixes, use bandit by @joe733 in [#238](https://github.com/python-validators/validators/pull/238)
- Create SECURITY.md by @joe733 in [#237](https://github.com/python-validators/validators/pull/237)
- maint: improves `mac_address`, `slug` and `uuid` by @joe733 in [#236](https://github.com/python-validators/validators/pull/236)
- maint: improve `hashes` and `iban` modules by @joe733 in [#235](https://github.com/python-validators/validators/pull/235)
- feat: auto docs using mkdocstrings by @joe733 in [#234](https://github.com/python-validators/validators/pull/234)
- maint: improves `email` module by @joe733 in [#233](https://github.com/python-validators/validators/pull/233)
- maint: minor improvements by @joe733 in [#232](https://github.com/python-validators/validators/pull/232)
- maint: improves `domain` module by @joe733 in [#231](https://github.com/python-validators/validators/pull/231)
- maint: reformats `card` module, fix typo by @joe733 in [#230](https://github.com/python-validators/validators/pull/230)
- feat: formats google pydoc style for mkdocstring by @joe733 in [#229](https://github.com/python-validators/validators/pull/229)
- maint: refresh `btc_address` module by @joe733 in [#228](https://github.com/python-validators/validators/pull/228)
- maint: improve type annotations by @joe733 in [#227](https://github.com/python-validators/validators/pull/227)
- maint: improves `between` and `length` modules by @joe733 in [#225](https://github.com/python-validators/validators/pull/225)
- maint: follows google's python style guide for docstrings by @joe733 in [#224](https://github.com/python-validators/validators/pull/224)
- feat: type hints in utils.py, gh-actions by @joe733 in [#223](https://github.com/python-validators/validators/pull/223)
- feat: add pyproject.toml, README.md, upd gitignore by @joe733 in [#221](https://github.com/python-validators/validators/pull/221)
- remove Travis CI settings by @ktdreyer in [#196](https://github.com/python-validators/validators/pull/196)

**Full Changelog**: [0.20.0...0.21.0](https://github.com/python-validators/validators/compare/0.20.0...0.21.0)

## 0.20.0 (2022-06-05)

- Added ipv4 digit lenghts validation (#191, pull request courtesy of Norbiox)
Expand Down
6 changes: 3 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

| Version | Supported |
| --------- | ------------------ |
| ^0.20.0 | :white_check_mark: |
| ^0.21.0 | :white_check_mark: |

## Reporting a Vulnerability

Please read [CVD](https://resources.sei.cmu.edu/asset_files/SpecialReport/2017_003_001_503340.pdf) before reporting vulnerabilities.

- We do our best to write safe code.
- [@kvesteri](https://github.com/kvesteri) is the author of `validators`.
- You can find his and other maintainers' email in the commits.
- We do our best to write safe code.
- None of us can promise any response timeframe, but we'll try our best.
- None of us can promise any response time-frame, but we'll try our best.

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

Expand Down
Loading