Skip to content

Commit f5beed2

Browse files
chore(release): 1.16.0
1 parent c5913c8 commit f5beed2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/changelog.md

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

4+
# [1.16.0](https://github.com/osl-incubator/sugar/compare/1.15.0...1.16.0) (2024-10-17)
5+
6+
7+
### Features
8+
9+
* 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))
10+
411
# [1.15.0](https://github.com/osl-incubator/sugar/compare/1.14.2...1.15.0) (2024-10-16)
512

613

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

33
__author__ = 'Ivan Ogasawara'
44
__email__ = '[email protected]'
5-
__version__ = '1.15.0' # semantic-release
5+
__version__ = '1.16.0' # semantic-release

0 commit comments

Comments
 (0)