Skip to content

Commit

Permalink
chore(release): 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 4, 2024
1 parent dd0b2fd commit c42ac6a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Release Notes
---

# [1.20.0](https://github.com/osl-incubator/makim/compare/1.19.0...1.20.0) (2024-11-04)


### Bug Fixes

* Fix validate_config function name ([#123](https://github.com/osl-incubator/makim/issues/123)) ([d92a9c6](https://github.com/osl-incubator/makim/commit/d92a9c65c9d754a8ada12e5f647cf8793f353956))


### Features

* **ssh:** support SSH-based command execution ([#124](https://github.com/osl-incubator/makim/issues/124)) ([dd0b2fd](https://github.com/osl-incubator/makim/commit/dd0b2fdd6bb1177aa594317d4094a0c82c6ad3f6))

# [1.19.0](https://github.com/osl-incubator/makim/compare/1.18.1...1.19.0) (2024-10-17)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "makim"
version = "1.19.0" # semantic-release
version = "1.20.0" # semantic-release
description = "Simplify the usage of containers"
authors = ["Ivan Ogasawara <[email protected]>"]
license = "BSD 3 Clause"
Expand Down
2 changes: 1 addition & 1 deletion src/makim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Ivan Ogasawara'
__email__ = '[email protected]'
__version__ = '1.19.0' # semantic-release
__version__ = '1.20.0' # semantic-release


from makim.core import Makim # noqa: F401

0 comments on commit c42ac6a

Please sign in to comment.