Skip to content

Commit e67b6a7

Browse files
chore(release): 1.14.0
1 parent 7037195 commit e67b6a7

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.14.0](https://github.com/osl-incubator/makim/compare/1.13.0...1.14.0) (2024-03-18)
5+
6+
7+
### Features
8+
9+
* Change the default template tag delimiter ([#97](https://github.com/osl-incubator/makim/issues/97)) ([7037195](https://github.com/osl-incubator/makim/commit/703719594d93bbc19d440b17785d917220e02b4c))
10+
411
# [1.13.0](https://github.com/osl-incubator/makim/compare/1.12.2...1.13.0) (2024-02-16)
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.13.0" # semantic-release
3+
version = "1.14.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.13.0' # semantic-release
6+
__version__ = '1.14.0' # semantic-release
77

88

99
from makim.core import Makim # noqa: F401

0 commit comments

Comments
 (0)