Skip to content

Commit ec42899

Browse files
chore(release): 1.16.1
1 parent 059de08 commit ec42899

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.1](https://github.com/osl-incubator/sugar/compare/1.16.0...1.16.1) (2024-10-17)
5+
6+
7+
### Bug Fixes
8+
9+
* 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))
10+
411
# [1.16.0](https://github.com/osl-incubator/sugar/compare/1.15.0...1.16.0) (2024-10-17)
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.16.0" # semantic-release
3+
version = "1.16.1" # 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.16.0' # semantic-release
5+
__version__ = '1.16.1' # semantic-release

0 commit comments

Comments
 (0)