Skip to content

Commit e583e70

Browse files
chore(release): 1.14.0
1 parent b8980cc commit e583e70

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.14.0](https://github.com/osl-incubator/sugar/compare/1.13.0...1.14.0) (2024-07-24)
5+
6+
7+
### Features
8+
9+
* **help:** Create a group for plugins in the help menu ([#123](https://github.com/osl-incubator/sugar/issues/123)) ([b8980cc](https://github.com/osl-incubator/sugar/commit/b8980cc190a0fc53de449593e35c1d121df5e1b3))
10+
411
# [1.13.0](https://github.com/osl-incubator/sugar/compare/1.12.0...1.13.0) (2024-05-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.13.0" # semantic-release
3+
version = "1.14.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,7 +2,7 @@
22

33
__author__ = 'Ivan Ogasawara'
44
__email__ = '[email protected]'
5-
__version__ = '1.13.0' # semantic-release
5+
__version__ = '1.14.0' # semantic-release
66

77

88
from sugar.core import Sugar # noqa: F401

0 commit comments

Comments
 (0)