Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.4"
".": "0.5.5"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion src/wcheck/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.4"
__version__ = "0.5.5"