From 96612b359553b6fa0346788fc0b426ab872b1c2a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Oct 2024 02:34:41 +0000 Subject: [PATCH] chore(release): 1.14.2 --- docs/changelog.md | 9 +++++++++ pyproject.toml | 2 +- src/sugar/__init__.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 690f475..6c0c5d8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,15 @@ # Release Notes --- +## [1.14.2](https://github.com/osl-incubator/sugar/compare/1.14.1...1.14.2) (2024-10-15) + + +### Bug Fixes + +* Refactor and fix sugar classes and CLI ([#128](https://github.com/osl-incubator/sugar/issues/128)) ([5ee9adf](https://github.com/osl-incubator/sugar/commit/5ee9adf67c1c8eada6425dd86de499532c654ac0)) +* Refactor the interface for the plugins/extensions, move the main commands to the compose group ([#127](https://github.com/osl-incubator/sugar/issues/127)) ([0e0e7fe](https://github.com/osl-incubator/sugar/commit/0e0e7fece180f65d809e6339b073cdb88c0ffeff)) +* Remove breakpoints, fix small issues and add unittests ([#129](https://github.com/osl-incubator/sugar/issues/129)) ([62ff5c2](https://github.com/osl-incubator/sugar/commit/62ff5c2f10e1fa046af96ca6c58cf5faf3665c68)) + ## [1.14.1](https://github.com/osl-incubator/sugar/compare/1.14.0...1.14.1) (2024-09-27) diff --git a/pyproject.toml b/pyproject.toml index a219d84..22fadf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "containers-sugar" -version = "1.14.1" # semantic-release +version = "1.14.2" # semantic-release description = "Simplify the usage of containers" readme = "README.md" authors = ["Ivan Ogasawara "] diff --git a/src/sugar/__init__.py b/src/sugar/__init__.py index 5df8c2c..2ae1bc8 100644 --- a/src/sugar/__init__.py +++ b/src/sugar/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Ivan Ogasawara' __email__ = 'ivan.ogasawara@gmail.com' -__version__ = '1.14.1' # semantic-release +__version__ = '1.14.2' # semantic-release