From ec4289928f612d1c7b40c33dae25b1ee3fe012ea Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 17 Oct 2024 03:57:48 +0000 Subject: [PATCH] chore(release): 1.16.1 --- docs/changelog.md | 7 +++++++ pyproject.toml | 2 +- src/sugar/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 9041cf9..7c1ee40 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,13 @@ # Release Notes --- +## [1.16.1](https://github.com/osl-incubator/sugar/compare/1.16.0...1.16.1) (2024-10-17) + + +### Bug Fixes + +* Fix specification of required attributes in schema.json ([#132](https://github.com/osl-incubator/sugar/issues/132)) ([059de08](https://github.com/osl-incubator/sugar/commit/059de08b3abb5061f833c964525bf2b1e0138947)) + # [1.16.0](https://github.com/osl-incubator/sugar/compare/1.15.0...1.16.0) (2024-10-17) diff --git a/pyproject.toml b/pyproject.toml index fc82dbd..b862de9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "containers-sugar" -version = "1.16.0" # semantic-release +version = "1.16.1" # semantic-release description = "Simplify the usage of containers" readme = "README.md" authors = ["Ivan Ogasawara "] diff --git a/src/sugar/__init__.py b/src/sugar/__init__.py index 7f86776..f3cfe95 100644 --- a/src/sugar/__init__.py +++ b/src/sugar/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Ivan Ogasawara' __email__ = 'ivan.ogasawara@gmail.com' -__version__ = '1.16.0' # semantic-release +__version__ = '1.16.1' # semantic-release