Skip to content

Commit

Permalink
chore(release): 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 10, 2024
1 parent 1a2354e commit 6b4dca5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Release Notes
---

# [1.12.0](https://github.com/osl-incubator/sugar/compare/1.11.4...1.12.0) (2024-05-10)


### Bug Fixes

* 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))


### Features

* Implement typer as CLI ([#117](https://github.com/osl-incubator/sugar/issues/117)) ([b9def08](https://github.com/osl-incubator/sugar/commit/b9def082789ce012b78959d2db27b577477ac992))

## [1.11.4](https://github.com/osl-incubator/sugar/compare/1.11.3...1.11.4) (2024-05-07)


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.11.4" # semantic-release
version = "1.12.0" # semantic-release
description = "Simplify the usage of containers"
readme = "README.md"
authors = ["Ivan Ogasawara <ivan.ogasawara@gmail.com>"]
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,7 +2,7 @@

__author__ = 'Ivan Ogasawara'
__email__ = 'ivan.ogasawara@gmail.com'
__version__ = '1.11.4' # semantic-release
__version__ = '1.12.0' # semantic-release


from sugar.core import Sugar # noqa: F401

0 comments on commit 6b4dca5

Please sign in to comment.