From 69282de59a211350409f6b96c233187619cc0415 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 19:40:23 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- src/wcheck/__init__.py | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f4322c..b4ebcdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.4.0](https://github.com/PastorD/wcheck/compare/v0.3.0...v0.4.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)) + + +### 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 url ([98074c4](https://github.com/PastorD/wcheck/commit/98074c40c75786f388841a67d9658394ddaf96f1)) + ## [0.3.0](https://github.com/PastorD/wcheck/compare/v0.2.1...v0.3.0) (2026-01-11) diff --git a/pyproject.toml b/pyproject.toml index e3fc6dd..ec82e89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wcheck" -version = "0.3.0" +version = "0.4.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 493f741..6a9beea 100644 --- a/src/wcheck/__init__.py +++ b/src/wcheck/__init__.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "0.4.0"