diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d9c233..f0ae219 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.4" + ".": "0.5.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a1900cb..7171fbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.5.5](https://github.com/PastorD/wcheck/compare/v0.5.4...v0.5.5) (2026-01-14) + + +### Features + +* fetch and pull in tui ([1bc5dfe](https://github.com/PastorD/wcheck/commit/1bc5dfe26c44f04610715ab19c26f66f0b889186)) +* parallel fetch ([b15961a](https://github.com/PastorD/wcheck/commit/b15961a8827f45eb12b7e0ce2190f3ce8c981330)) +* parallel fetch ([0a0dfc7](https://github.com/PastorD/wcheck/commit/0a0dfc783efd5c376101bd30c702a4840f492426)) +* run git actions in the background ([5f866fb](https://github.com/PastorD/wcheck/commit/5f866fb8b8ff66676b182b24c5f52de4afe7d73c)) + + +### Bug Fixes + +* another fix attempt to auto-release ([6442d44](https://github.com/PastorD/wcheck/commit/6442d44c7c51213abdbcfdebef5c66d2c4dc82bf)) +* fix release workflow ([b16ce0e](https://github.com/PastorD/wcheck/commit/b16ce0e9c148b0878951e28f1b9c2814d1b6e6d8)) +* id token ([e61edeb](https://github.com/PastorD/wcheck/commit/e61edeb116bb27b3a537c9acdb5a61a98512736f)) +* id token ([56cab6d](https://github.com/PastorD/wcheck/commit/56cab6d3392c986664f0f82a550b56e347baf2e0)) + ## [0.5.4](https://github.com/PastorD/wcheck/compare/v0.5.3...v0.5.4) (2026-01-14) diff --git a/pyproject.toml b/pyproject.toml index 2286a4f..ab69b40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wcheck" -version = "0.5.4" +version = "0.5.5" 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 6b27eee..86716a7 100644 --- a/src/wcheck/__init__.py +++ b/src/wcheck/__init__.py @@ -1 +1 @@ -__version__ = "0.5.4" +__version__ = "0.5.5"