diff --git a/CHANGELOG.md b/CHANGELOG.md index ed081ac..f78433c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/hamakou108/depwatch/compare/v0.1.3...v0.1.4) (2023-06-20) + + +### Documentation + +* add description of CLI options ([#60](https://github.com/hamakou108/depwatch/issues/60)) ([dcf85a1](https://github.com/hamakou108/depwatch/commit/dcf85a12d4c127c68ce8a1881a446ec555a70d24)) + ## [0.1.3](https://github.com/hamakou108/depwatch/compare/v0.1.2...v0.1.3) (2023-06-17) diff --git a/pyproject.toml b/pyproject.toml index c8c8592..874d39f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "depwatch" -version = "0.1.3" +version = "0.1.4" 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"},