From f5beed243dbf0125abead6ef1e0fec1ca59f8e8b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 17 Oct 2024 03:45:38 +0000 Subject: [PATCH] chore(release): 1.16.0 --- 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 82ff557..9041cf9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,13 @@ # Release Notes --- +# [1.16.0](https://github.com/osl-incubator/sugar/compare/1.15.0...1.16.0) (2024-10-17) + + +### Features + +* Check if the .sugar.yaml file is valid according to the schema file ([#131](https://github.com/osl-incubator/sugar/issues/131)) ([c5913c8](https://github.com/osl-incubator/sugar/commit/c5913c856d64c41371bf72d688b71c21c704966f)) + # [1.15.0](https://github.com/osl-incubator/sugar/compare/1.14.2...1.15.0) (2024-10-16) diff --git a/pyproject.toml b/pyproject.toml index 4d727a6..fc82dbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "containers-sugar" -version = "1.15.0" # semantic-release +version = "1.16.0" # 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 49cea19..7f86776 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.15.0' # semantic-release +__version__ = '1.16.0' # semantic-release