Skip to content

Commit f6ec643

Browse files
chore(release): 1.19.2
1 parent 0960c29 commit f6ec643

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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.19.2](https://github.com/sugar-org/sugar/compare/1.19.1...1.19.2) (2025-09-12)
5+
6+
7+
### Bug Fixes
8+
9+
* Fix swarm deploy limitations with "extends" ([#195](https://github.com/sugar-org/sugar/issues/195)) ([0960c29](https://github.com/sugar-org/sugar/commit/0960c2942b9acd0cb967441f2751ba2002b6d84f))
10+
411
## [1.19.1](https://github.com/sugar-org/sugar/compare/1.19.0...1.19.1) (2025-09-11)
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.19.1" # semantic-release
3+
version = "1.19.2" # semantic-release
44
description = "Simplify the usage of containers"
55
readme = "README.md"
66
authors = ["Ivan Ogasawara <ivan.ogasawara@gmail.com>"]

src/sugar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = 'Ivan Ogasawara'
44
__email__ = 'ivan.ogasawara@gmail.com'
5-
__version__ = '1.19.1' # semantic-release
5+
__version__ = '1.19.2' # semantic-release

0 commit comments

Comments
 (0)