From a9b70fa775b030940df550b117ad46ec83f4a905 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 15:22:00 +0000 Subject: [PATCH] chore(main): release 0.2.1 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/wcheck/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d758b6d..3d82b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.1](https://github.com/PastorD/wcheck/compare/v0.2.0...v0.2.1) (2026-01-11) + + +### Bug Fixes + +* add skip label ([e28ec30](https://github.com/PastorD/wcheck/commit/e28ec3064ab8853deebb1a51c0878654afa0fe15)) +* add skip label ([48429a1](https://github.com/PastorD/wcheck/commit/48429a1fb79556b7d90011459d3e0fe3cad633bc)) + ## [0.2.0](https://github.com/PastorD/wcheck/compare/v0.1.0...v0.2.0) (2026-01-11) diff --git a/pyproject.toml b/pyproject.toml index 2ef90b6..82ab88d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wcheck" -version = "0.2.0" +version = "0.2.1" 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 d3ec452..3ced358 100644 --- a/src/wcheck/__init__.py +++ b/src/wcheck/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1"