Skip to content

Commit 83e6a6d

Browse files
chore(release): 1.18.1
1 parent e53e131 commit 83e6a6d

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.18.1](https://github.com/osl-incubator/makim/compare/1.18.0...1.18.1) (2024-10-15)
5+
6+
7+
### Bug Fixes
8+
9+
* Fix xonsh version ([#120](https://github.com/osl-incubator/makim/issues/120)) ([e53e131](https://github.com/osl-incubator/makim/commit/e53e13112ba59b7641917ea6c1672233f4d41d64))
10+
411
# [1.18.0](https://github.com/osl-incubator/makim/compare/1.17.0...1.18.0) (2024-10-15)
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.18.0" # semantic-release
3+
version = "1.18.1" # 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
@@ -2,7 +2,7 @@
22

33
__author__ = 'Ivan Ogasawara'
44
__email__ = 'ivan.ogasawara@gmail.com'
5-
__version__ = '1.18.0' # semantic-release
5+
__version__ = '1.18.1' # semantic-release
66

77

88
from makim.core import Makim # noqa: F401

0 commit comments

Comments
 (0)