Skip to content

Commit 3b9fe3b

Browse files
chore(release): 1.16.0
1 parent 2cd746c commit 3b9fe3b

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.16.0](https://github.com/osl-incubator/makim/compare/1.15.2...1.16.0) (2024-07-24)
5+
6+
7+
### Features
8+
9+
* **help:** Organize tasks by group inside the help menu ([#109](https://github.com/osl-incubator/makim/issues/109)) ([2cd746c](https://github.com/osl-incubator/makim/commit/2cd746c3a57fb0de0333d94c61063aca95f12967))
10+
411
## [1.15.2](https://github.com/osl-incubator/makim/compare/1.15.1...1.15.2) (2024-05-07)
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.15.2" # semantic-release
3+
version = "1.16.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
@@ -2,7 +2,7 @@
22

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

77

88
from makim.core import Makim # noqa: F401

0 commit comments

Comments
 (0)