Skip to content

Commit 7dc1e1d

Browse files
chore(release): 1.24.0
1 parent e042e8b commit 7dc1e1d

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

docs/changelog.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Release Notes
22
---
33

4+
# [1.24.0](https://github.com/osl-incubator/makim/compare/1.23.1...1.24.0) (2025-03-07)
5+
6+
7+
### Bug Fixes
8+
9+
* **test:** schedulers cannot be serialized resulting to scheduler test failure ([#149](https://github.com/osl-incubator/makim/issues/149)) ([ab5c6b0](https://github.com/osl-incubator/makim/commit/ab5c6b08a9a3e2cdde712f539f44432e6f28a7bb))
10+
11+
12+
### Features
13+
14+
* Implement --skip-hooks flag to bypass hook execution ([#159](https://github.com/osl-incubator/makim/issues/159)) ([66ffaf8](https://github.com/osl-incubator/makim/commit/66ffaf8d53eda39fd27ef2ffe5c64e83c2bb9e54))
15+
416
## [1.23.1](https://github.com/osl-incubator/makim/compare/1.23.0...1.23.1) (2025-02-25)
517

618

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "makim"
3-
version = "1.23.1" # semantic-release
3+
version = "1.24.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.23.1' # semantic-release
5+
__version__ = '1.24.0' # semantic-release
66

77

88
from makim.core import Makim # noqa: F401

0 commit comments

Comments
 (0)