diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a4637..c5554f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/hamakou108/depwatch/compare/v0.1.1...v0.1.2) (2023-04-07) + + +### Bug Fixes + +* prevent calling workflow retrieval API twice ([#43](https://github.com/hamakou108/depwatch/issues/43)) ([4f3ab4e](https://github.com/hamakou108/depwatch/commit/4f3ab4ee16d1df65470823283e2e048343a8e119)) + ## [0.1.1](https://github.com/hamakou108/depwatch/compare/v0.1.0...v0.1.1) (2023-03-11) diff --git a/pyproject.toml b/pyproject.toml index 54f3cd7..a01e11f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "depwatch" -version = "0.1.1" +version = "0.1.2" description = "A Simple command-line tool for collecting the times of various events in a project's lifecycle" authors = [ {name = "hamakou108", email = "hamakou108@gmail.com"},