From 4d546cc0e482cfd77a06f6084757fcb8fde50e87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:30:18 +0000 Subject: [PATCH] chore(main): release 0.0.12 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 24 +++++++++++++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a34d5c..72d5a59 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.11" + ".": "0.0.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a43d1a..34f07be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.0.12](https://github.com/teloscube/decaf-client-python/compare/0.0.11...0.0.12) (2024-09-26) + + +### ⚠ BREAKING CHANGES + +* **dev:** switch to pyproject.toml, pyproject.nix + +### Documentation + +* update README and LICENSE ([3a7415c](https://github.com/teloscube/decaf-client-python/commit/3a7415cf1f7c178a7678d4ea5e5bd9d7b1c2b522)) + + +### Miscellaneous Chores + +* release 0.0.12 ([aaef4f7](https://github.com/teloscube/decaf-client-python/commit/aaef4f7d74978437d6b53f47724bac3e9f59ba89)) +* release 0.0.12 ([770c3b1](https://github.com/teloscube/decaf-client-python/commit/770c3b1af935cac2f2985a0b9dbf037c275ac56c)) + + +### Code Refactoring + +* **dev:** switch to pyproject.toml, pyproject.nix ([3a97934](https://github.com/teloscube/decaf-client-python/commit/3a979345fceb969e06598352026e45f79f7c3f1b)) + ### [0.0.11](https://github.com/teloscube/decaf-client-python/compare/0.0.10...0.0.11) (2021-10-11) @@ -118,4 +140,4 @@ * 2019-03-05 d663296 (release) Change log updated (vst@vsthost.com) * 2019-03-05 b4a0bdc (release) Version bumped to 0.0.1 (vst@vsthost.com) * 2019-03-05 afd8b3b Initial code commit (vst@vsthost.com) -* 2019-03-05 a90b4dc Initial commit (vst@vsthost.com) \ No newline at end of file +* 2019-03-05 a90b4dc Initial commit (vst@vsthost.com)