Skip to content

Commit fa56b97

Browse files
chore(release): 1.23.0
1 parent cd1ff7d commit fa56b97

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.23.0](https://github.com/osl-incubator/makim/compare/1.22.0...1.23.0) (2025-02-24)
5+
6+
7+
### Features
8+
9+
* Fix github step in the semantic release workflow ([#139](https://github.com/osl-incubator/makim/issues/139)) ([cd1ff7d](https://github.com/osl-incubator/makim/commit/cd1ff7db3420d4c795be4032b92013a8704eafe6))
10+
411
# [1.22.0](https://github.com/osl-incubator/makim/compare/1.21.0...1.22.0) (2025-02-24)
512

613

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "makim"
3-
version = "1.22.0" # semantic-release
3+
version = "1.23.0" # semantic-release
44
description = "Simplify the usage of containers"
55
authors = [
66
{name = "Ivan Ogasawara", email = "[email protected]"}

src/makim/__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.22.0' # semantic-release
5+
__version__ = '1.23.0' # semantic-release
66

77

88
from makim.core import Makim # noqa: F401

0 commit comments

Comments
 (0)