Skip to content

Commit 6b4dca5

Browse files
chore(release): 1.12.0
1 parent 1a2354e commit 6b4dca5

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

docs/changelog.md

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

4+
# [1.12.0](https://github.com/osl-incubator/sugar/compare/1.11.4...1.12.0) (2024-05-10)
5+
6+
7+
### Bug Fixes
8+
9+
* Improve the usage of flags for the CLI ([#121](https://github.com/osl-incubator/sugar/issues/121)) ([c070bde](https://github.com/osl-incubator/sugar/commit/c070bde90178453d3c710c0b0a0c408195a95005))
10+
11+
12+
### Features
13+
14+
* Implement typer as CLI ([#117](https://github.com/osl-incubator/sugar/issues/117)) ([b9def08](https://github.com/osl-incubator/sugar/commit/b9def082789ce012b78959d2db27b577477ac992))
15+
416
## [1.11.4](https://github.com/osl-incubator/sugar/compare/1.11.3...1.11.4) (2024-05-07)
517

618

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.11.4" # semantic-release
3+
version = "1.12.0" # 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,7 +2,7 @@
22

33
__author__ = 'Ivan Ogasawara'
44
__email__ = '[email protected]'
5-
__version__ = '1.11.4' # semantic-release
5+
__version__ = '1.12.0' # semantic-release
66

77

88
from sugar.core import Sugar # noqa: F401

0 commit comments

Comments
 (0)