File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
---
3
3
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
+
4
11
# [ 1.18.0] ( https://github.com/osl-incubator/makim/compare/1.17.0...1.18.0 ) (2024-10-15)
5
12
6
13
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " makim"
3
- version = " 1.18.0 " # semantic-release
3
+ version = " 1.18.1 " # semantic-release
4
4
description = " Simplify the usage of containers"
5
5
authors = [" Ivan Ogasawara <ivan.ogasawara@gmail.com>" ]
6
6
license = " BSD 3 Clause"
Original file line number Diff line number Diff line change 2
2
3
3
__author__ = 'Ivan Ogasawara'
4
4
__email__ = 'ivan.ogasawara@gmail.com'
5
- __version__ = '1.18.0 ' # semantic-release
5
+ __version__ = '1.18.1 ' # semantic-release
6
6
7
7
8
8
from makim .core import Makim # noqa: F401
You can’t perform that action at this time.
0 commit comments