diff --git a/CHANGELOG.md b/CHANGELOG.md index 08f967e..54c9992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/bastienqb/learn-git/compare/v0.2.0...v0.3.0) (2022-09-18) + + +### Features + +* **learning:** :bookmark: try again ([aed0c90](https://github.com/bastienqb/learn-git/commit/aed0c90589e5f800def1ab5eb545e25a8ba8151f)) + ## [0.2.0](https://github.com/bastienqb/learn-git/compare/v0.1.0...v0.2.0) (2022-09-18) diff --git a/pyproject.toml b/pyproject.toml index 6842b4f..7445e13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "learn_git" -version = "0.2.0" +version = "0.3.0" description = "My package description" requires-python = ">=3.7" keywords = ["one", "two"]