Skip to content

Commit

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

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


### Bug Fixes

* Change rich lower bound pin to >=10.11.0 ([#118](https://github.com/osl-incubator/sugar/issues/118)) ([eaa9a55](https://github.com/osl-incubator/sugar/commit/eaa9a55f858c126e55604de2ca6a58c5fb833048))
* Fix typo in the release workflow ([#119](https://github.com/osl-incubator/sugar/issues/119)) ([16b910b](https://github.com/osl-incubator/sugar/commit/16b910b97fbeb912e15f4026edec9b2de7b767cf))

## [1.11.2](https://github.com/osl-incubator/sugar/compare/1.11.1...1.11.2) (2024-03-15)


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.2" # semantic-release
version = "1.11.3" # 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.2' # semantic-release
__version__ = '1.11.3' # semantic-release


from sugar.core import Sugar # noqa: F401

0 comments on commit ac7b182

Please sign in to comment.