Skip to content

Commit c42ac6a

Browse files
chore(release): 1.20.0
1 parent dd0b2fd commit c42ac6a

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.20.0](https://github.com/osl-incubator/makim/compare/1.19.0...1.20.0) (2024-11-04)
5+
6+
7+
### Bug Fixes
8+
9+
* Fix validate_config function name ([#123](https://github.com/osl-incubator/makim/issues/123)) ([d92a9c6](https://github.com/osl-incubator/makim/commit/d92a9c65c9d754a8ada12e5f647cf8793f353956))
10+
11+
12+
### Features
13+
14+
* **ssh:** support SSH-based command execution ([#124](https://github.com/osl-incubator/makim/issues/124)) ([dd0b2fd](https://github.com/osl-incubator/makim/commit/dd0b2fdd6bb1177aa594317d4094a0c82c6ad3f6))
15+
416
# [1.19.0](https://github.com/osl-incubator/makim/compare/1.18.1...1.19.0) (2024-10-17)
517

618

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "makim"
3-
version = "1.19.0" # semantic-release
3+
version = "1.20.0" # semantic-release
44
description = "Simplify the usage of containers"
55
authors = ["Ivan Ogasawara <[email protected]>"]
66
license = "BSD 3 Clause"

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.19.0' # semantic-release
5+
__version__ = '1.20.0' # semantic-release
66

77

88
from makim.core import Makim # noqa: F401

0 commit comments

Comments
 (0)