Skip to content

Commit 4a57552

Browse files
chore(release): 1.18.0
1 parent 89894cf commit 4a57552

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.18.0](https://github.com/osl-incubator/makim/compare/1.17.0...1.18.0) (2024-10-15)
5+
6+
7+
### Features
8+
9+
* Add matrix strategy ([#118](https://github.com/osl-incubator/makim/issues/118)) ([89894cf](https://github.com/osl-incubator/makim/commit/89894cf7ec10adf4cc0a8675382286fc5144b4fb))
10+
411
# [1.17.0](https://github.com/osl-incubator/makim/compare/1.16.0...1.17.0) (2024-10-08)
512

613

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.17.0" # semantic-release
3+
version = "1.18.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.17.0' # semantic-release
5+
__version__ = '1.18.0' # semantic-release
66

77

88
from makim.core import Makim # noqa: F401

0 commit comments

Comments
 (0)