Skip to content

Commit f17ddcf

Browse files
chore(release): 1.4.4
1 parent ac8a048 commit f17ddcf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

containers_sugar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__author__ = 'Ivan Ogasawara'
55
__email__ = 'ivan.ogasawara@gmail.com'
6-
__version__ = '1.4.3' # semantic-release
6+
__version__ = '1.4.4' # semantic-release
77

88

99
from containers_sugar.sugar import Sugar # noqa: F401

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Release Notes
22
---
33

4+
## [1.4.4](https://github.com/osl-incubator/containers-sugar/compare/1.4.3...1.4.4) (2023-04-05)
5+
6+
7+
### Bug Fixes
8+
9+
* Fix the internal usage of the value from --cmd flag ([#67](https://github.com/osl-incubator/containers-sugar/issues/67)) ([ac8a048](https://github.com/osl-incubator/containers-sugar/commit/ac8a0487f41404c52195cfcf74fa18a86f4523f8))
10+
411
## [1.4.3](https://github.com/osl-incubator/containers-sugar/compare/1.4.2...1.4.3) (2023-03-25)
512

613

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "containers-sugar"
3-
version = "1.4.3" # semantic-release
3+
version = "1.4.4" # semantic-release
44
description = "Simplify the usage of containers"
55
authors = ["Ivan Ogasawara <ivan.ogasawara@gmail.com>"]
66
license = "BSD 3 Clause"

0 commit comments

Comments
 (0)