Skip to content

Commit 08761b3

Browse files
chore(release): 1.13.0
1 parent 907680e commit 08761b3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Release Notes
22
---
33

4+
# [1.13.0](https://github.com/osl-incubator/makim/compare/1.12.2...1.13.0) (2024-02-16)
5+
6+
7+
### Features
8+
9+
* Allow vars with complex types (list, dict) ([#95](https://github.com/osl-incubator/makim/issues/95)) ([907680e](https://github.com/osl-incubator/makim/commit/907680e92b0d74d57bd3924d8200b73c4e7aa1ed))
10+
411
## [1.12.2](https://github.com/osl-incubator/makim/compare/1.12.1...1.12.2) (2024-02-12)
512

613

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "makim"
3-
version = "1.12.2" # semantic-release
3+
version = "1.13.0" # semantic-release
44
description = "Simplify the usage of containers"
55
authors = ["Ivan Ogasawara <ivan.ogasawara@gmail.com>"]
66
license = "BSD 3 Clause"

src/makim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__author__ = 'Ivan Ogasawara'
55
__email__ = 'ivan.ogasawara@gmail.com'
6-
__version__ = '1.12.2' # semantic-release
6+
__version__ = '1.13.0' # semantic-release
77

88

99
from makim.core import Makim # noqa: F401

0 commit comments

Comments
 (0)