diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d82b19..8f4322c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.3.0](https://github.com/PastorD/wcheck/compare/v0.2.1...v0.3.0) (2026-01-11) + + +### Features + +* add github actions ([0a1214a](https://github.com/PastorD/wcheck/commit/0a1214a6c994eda182821306b355be3fdd909d83)) +* add similar projects ([1ee8915](https://github.com/PastorD/wcheck/commit/1ee8915c66b78560f867c346a5608ffe8360489d)) + + +### 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.2.1](https://github.com/PastorD/wcheck/compare/v0.2.0...v0.2.1) (2026-01-11) diff --git a/pyproject.toml b/pyproject.toml index 82ab88d..e3fc6dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wcheck" -version = "0.2.1" +version = "0.3.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 3ced358..493f741 100644 --- a/src/wcheck/__init__.py +++ b/src/wcheck/__init__.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.3.0"