From c74754e3f494ca73e11effdd0567b75232e0f033 Mon Sep 17 00:00:00 2001 From: Nik Kantar Date: Sun, 21 Feb 2021 17:17:21 -0800 Subject: [PATCH] Update Changelog and bump version to 3.0.0! --- CHANGELOG.md | 11 ++++++++++- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d1c9a..8c57559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,14 +14,22 @@ Security - in case of vulnerabilities ## [Unreleased] + +## [3.0.0] - 2021-02-21 + ### Added - CI with code quality checks +- CD with automatic publishing to PyPI - Contributing guidelines - Sphinx generated docs, both locally and on Read the Docs +- Docs for _all_ the things! +- Tests for _all_ the things! +- _**SOME CONTRIBUTORS!!! :D**_ ## Changed - Refactored everything to v3 - Dev env management from Pipenv to Poetry +- Some docs from MD to rST ### Removed - `dict()` @@ -162,7 +170,8 @@ Security - in case of vulnerabilities - Basic functionality -[Unreleased]: https://github.com/nkantar/Parsenvy/compare/2.1.0...HEAD +[Unreleased]: https://github.com/nkantar/Parsenvy/compare/3.3.0...HEAD +[3.0.0]: https://github.com/nkantar/Parsenvy/compare/2.1.0...3.0.0 [2.1.0]: https://github.com/nkantar/Parsenvy/compare/2.0.10...2.1.0 [2.0.10]: https://github.com/nkantar/Parsenvy/compare/2.0.9...2.0.10 [2.0.9]: https://github.com/nkantar/Parsenvy/compare/2.0.8...2.0.9 diff --git a/pyproject.toml b/pyproject.toml index 5778fd6..36b33b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Parsenvy" -version = "3.0.0rc8" +version = "3.0.0" description = "Enviously elegant environment variable parsing" license = "BSD-3-Clause" authors = ["Nik Kantar "]