Skip to content

Commit

Permalink
chore(release): 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 15, 2024
1 parent 62ff5c2 commit 96612b3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/sugar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = 'Ivan Ogasawara'
__email__ = '[email protected]'
__version__ = '1.14.1' # semantic-release
__version__ = '1.14.2' # semantic-release

0 comments on commit 96612b3

Please sign in to comment.