Skip to content

Commit e490027

Browse files
chore(release): 1.15.0
1 parent 74bdada commit e490027

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.15.0](https://github.com/osl-incubator/sugar/compare/1.14.2...1.15.0) (2024-10-16)
5+
6+
7+
### Features
8+
9+
* Add support for pre and post hooks ([#130](https://github.com/osl-incubator/sugar/issues/130)) ([74bdada](https://github.com/osl-incubator/sugar/commit/74bdadaae6a83cc6d4ab43c0811535c7aadaeb44))
10+
411
## [1.14.2](https://github.com/osl-incubator/sugar/compare/1.14.1...1.14.2) (2024-10-15)
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.14.2" # semantic-release
3+
version = "1.15.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.14.2' # semantic-release
5+
__version__ = '1.15.0' # semantic-release

0 commit comments

Comments
 (0)