diff --git a/.changeset/nocturnal-wisteria-quokka.md b/.changeset/nocturnal-wisteria-quokka.md deleted file mode 100644 index 7ff5e55..0000000 --- a/.changeset/nocturnal-wisteria-quokka.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"changeset": patch ---- - -emit errors when gh cli fails diff --git a/CHANGELOG.md b/CHANGELOG.md index 33e1069..af64f6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # changeset +## 0.2.6 + +### Patch Changes + +[#11](https://github.com/the-roaring/pychangeset/pull/11) [`c655476`](https://github.com/the-roaring/pychangeset/commit/c655476) Thanks the-roaring! - emit errors when gh cli fails + ## 0.2.5 ### Patch Changes diff --git a/pyproject.toml b/pyproject.toml index a56b48b..11edc62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "changeset" -version = "0.2.5" +version = "0.2.6" description = "Changeset management tool for Python projects" readme = "README.md" keywords = [ "changeset", "versioning", "changelog", "release",]