Skip to content

Commit 7cdf00b

Browse files
chore(release): 1.29.0
1 parent be74fd1 commit 7cdf00b

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.29.0](https://github.com/makim-org/makim/compare/1.28.0...1.29.0) (2026-02-10)
5+
6+
7+
### Features
8+
9+
* Add support for multiple environment files ([#225](https://github.com/makim-org/makim/issues/225)) ([11307c2](https://github.com/makim-org/makim/commit/11307c2df1ce2c4ce85b7efb6d14eff9ca54fbdf))
10+
411
# [1.28.0](https://github.com/makim-org/makim/compare/1.27.0...1.28.0) (2026-02-10)
512

613

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "makim"
3-
version = "1.28.0" # semantic-release
3+
version = "1.29.0" # semantic-release
44
description = "A tool that helps organize and simplify helper commands using YAML configuration"
55
authors = [
66
{name = "Ivan Ogasawara", email = "ivan.ogasawara@gmail.com"}

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.28.0' # semantic-release
5+
__version__ = '1.29.0' # semantic-release
66

77

88
from makim.core import Makim # noqa: F401

0 commit comments

Comments
 (0)