Skip to content

Commit a9d5180

Browse files
chore(release): 1.21.0
1 parent 6357391 commit a9d5180

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

docs/changelog.md

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

4+
# [1.21.0](https://github.com/osl-incubator/makim/compare/1.20.0...1.21.0) (2025-01-28)
5+
6+
7+
### Bug Fixes
8+
9+
* **pre-commit:** Add more tools for pre-commit hooks ([#127](https://github.com/osl-incubator/makim/issues/127)) ([268b1f5](https://github.com/osl-incubator/makim/commit/268b1f5bd572d9468d2500e40e160fd38f28c350))
10+
11+
12+
### Features
13+
14+
* Add an initial support for cron/scheduler into CLI ([#128](https://github.com/osl-incubator/makim/issues/128)) ([b4f4d94](https://github.com/osl-incubator/makim/commit/b4f4d94dd5687115e8fc07278c7b42b2d4f1f6eb))
15+
* Add support for jobs using cron ([#126](https://github.com/osl-incubator/makim/issues/126)) ([6357391](https://github.com/osl-incubator/makim/commit/635739196dce24bf2bd24acf07de5b0983aa3c91))
16+
417
# [1.20.0](https://github.com/osl-incubator/makim/compare/1.19.0...1.20.0) (2024-11-04)
518

619

pyproject.toml

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

77

88
from makim.core import Makim # noqa: F401

0 commit comments

Comments
 (0)