Skip to content

Commit

Permalink
Update Changelog and bump version to 3.0.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
nkantar committed Feb 22, 2021
1 parent a77ece4 commit c74754e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down

0 comments on commit c74754e

Please sign in to comment.