Skip to content

Commit 7808fd7

Browse files
chore(release): 1.17.0
1 parent f2bf92e commit 7808fd7

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

docs/changelog.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Release Notes
22
---
33

4+
# [1.17.0](https://github.com/osl-incubator/makim/compare/1.16.0...1.17.0) (2024-10-08)
5+
6+
7+
### Bug Fixes
8+
9+
* Add missing single quote to the message about wrong command ([#111](https://github.com/osl-incubator/makim/issues/111)) ([af80420](https://github.com/osl-incubator/makim/commit/af80420aa3fa9ff7b1bc7cd5a4aab235f3769240))
10+
* Rename attribute shell to backend ([#114](https://github.com/osl-incubator/makim/issues/114)) ([7d617ce](https://github.com/osl-incubator/makim/commit/7d617ce54ad194fee59218d3c7478fb4219ff275))
11+
* **type-check:** update mypy configuration ([#117](https://github.com/osl-incubator/makim/issues/117)) ([f2bf92e](https://github.com/osl-incubator/makim/commit/f2bf92e2d20ab562cc211bdbe9ccbb2f1ff594dc))
12+
13+
14+
### Features
15+
16+
* Add support for interactive args ([#112](https://github.com/osl-incubator/makim/issues/112)) ([f422e30](https://github.com/osl-incubator/makim/commit/f422e30904df2cc0c5e44a4eb5fa8eaa216b8ca6))
17+
* Change dependencies to hooks ([#115](https://github.com/osl-incubator/makim/issues/115)) ([be5c25b](https://github.com/osl-incubator/makim/commit/be5c25b3be7c8bb3b9ce1399ba09d6649cbcf0cc))
18+
419
# [1.16.0](https://github.com/osl-incubator/makim/compare/1.15.2...1.16.0) (2024-07-24)
520

621

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.16.0" # semantic-release
3+
version = "1.17.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.16.0' # semantic-release
5+
__version__ = '1.17.0' # semantic-release
66

77

88
from makim.core import Makim # noqa: F401

0 commit comments

Comments
 (0)