From 3075eafb452dc8d517f88113ed40619d1e21cb1d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Sep 2022 14:17:48 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"]