Skip to content

Commit 640fb47

Browse files
chore(release): 1.22.0
1 parent cba558c commit 640fb47

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.22.0](https://github.com/osl-incubator/makim/compare/1.21.0...1.22.0) (2025-02-24)
5+
6+
7+
### Features
8+
9+
* Add pyinstaller into the release pipeline ([#138](https://github.com/osl-incubator/makim/issues/138)) ([cba558c](https://github.com/osl-incubator/makim/commit/cba558ceb9bacc753bcd053b56003d1950eb9482))
10+
411
# [1.21.0](https://github.com/osl-incubator/makim/compare/1.20.0...1.21.0) (2025-01-28)
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.21.0" # semantic-release
3+
version = "1.22.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.21.0' # semantic-release
5+
__version__ = '1.22.0' # semantic-release
66

77

88
from makim.core import Makim # noqa: F401

0 commit comments

Comments
 (0)