Skip to content

Commit 96612b3

Browse files
chore(release): 1.14.2
1 parent 62ff5c2 commit 96612b3

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

docs/changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Release Notes
22
---
33

4+
## [1.14.2](https://github.com/osl-incubator/sugar/compare/1.14.1...1.14.2) (2024-10-15)
5+
6+
7+
### Bug Fixes
8+
9+
* 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))
10+
* 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))
11+
* 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))
12+
413
## [1.14.1](https://github.com/osl-incubator/sugar/compare/1.14.0...1.14.1) (2024-09-27)
514

615

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "containers-sugar"
3-
version = "1.14.1" # semantic-release
3+
version = "1.14.2" # semantic-release
44
description = "Simplify the usage of containers"
55
readme = "README.md"
66
authors = ["Ivan Ogasawara <[email protected]>"]

src/sugar/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

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

0 commit comments

Comments
 (0)