diff --git a/CHANGELOG.md b/CHANGELOG.md index 54c9992..01d34af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.0](https://github.com/bastienqb/learn-git/compare/v0.3.0...v0.4.0) (2022-09-18) + + +### Features + +* **learning:** :art: add feature ([3e2e233](https://github.com/bastienqb/learn-git/commit/3e2e233a9115e40ba5d06e95ea4ff444b269a96d)) + + +### Bug Fixes + +* **learning:** :bug: put if at the correct place ([a99251e](https://github.com/bastienqb/learn-git/commit/a99251e35b3cc2e4f5f326319de75c35893d5aea)) + ## [0.3.0](https://github.com/bastienqb/learn-git/compare/v0.2.0...v0.3.0) (2022-09-18) diff --git a/pyproject.toml b/pyproject.toml index 7445e13..8fa415f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "learn_git" -version = "0.3.0" +version = "0.4.0" description = "My package description" requires-python = ">=3.7" keywords = ["one", "two"]