diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ebcdb..5f64210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.5.0](https://github.com/PastorD/wcheck/compare/v0.4.0...v0.5.0) (2026-01-14) + + +### Features + +* add github actions ([0a1214a](https://github.com/PastorD/wcheck/commit/0a1214a6c994eda182821306b355be3fdd909d83)) +* add similar projects ([1ee8915](https://github.com/PastorD/wcheck/commit/1ee8915c66b78560f867c346a5608ffe8360489d)) +* compare multiple local workspaces ([5e75084](https://github.com/PastorD/wcheck/commit/5e750841447924f1260bd75dc4f335608cbb1333)) +* compare multiple local workspaces ([4700ec6](https://github.com/PastorD/wcheck/commit/4700ec6d406eb38bb53dbc33af7f337d7b854190)) +* tui ([511b84b](https://github.com/PastorD/wcheck/commit/511b84b54363dd971709d370db4e62eccf9d4e7b)) + + +### Bug Fixes + +* add skip label ([e28ec30](https://github.com/PastorD/wcheck/commit/e28ec3064ab8853deebb1a51c0878654afa0fe15)) +* add skip label ([48429a1](https://github.com/PastorD/wcheck/commit/48429a1fb79556b7d90011459d3e0fe3cad633bc)) +* docs ([511b84b](https://github.com/PastorD/wcheck/commit/511b84b54363dd971709d370db4e62eccf9d4e7b)) +* docs url ([98074c4](https://github.com/PastorD/wcheck/commit/98074c40c75786f388841a67d9658394ddaf96f1)) + ## [0.4.0](https://github.com/PastorD/wcheck/compare/v0.3.0...v0.4.0) (2026-01-14) diff --git a/pyproject.toml b/pyproject.toml index 1143166..5e72250 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wcheck" -version = "0.4.0" +version = "0.5.0" description = "Manage a workspace of git repositories" authors = [ {name= "Daniel Pastor", email="danpasmor@gmail.com"} diff --git a/src/wcheck/__init__.py b/src/wcheck/__init__.py index 6a9beea..3d18726 100644 --- a/src/wcheck/__init__.py +++ b/src/wcheck/__init__.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.5.0"