Skip to content

Commit a645c0f

Browse files
chore(release): 1.26.3
1 parent 3aef31a commit a645c0f

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

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.26.3](https://github.com/makim-org/makim/compare/1.26.2...1.26.3) (2025-06-25)
5+
6+
7+
### Bug Fixes
8+
9+
* Artifacts push into makim releases ([#200](https://github.com/makim-org/makim/issues/200)) ([3aef31a](https://github.com/makim-org/makim/commit/3aef31ab34a9b483da25bd6212feba8a1433080f))
10+
411
## [1.26.2](https://github.com/makim-org/makim/compare/1.26.1...1.26.2) (2025-06-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.26.2" # semantic-release
3+
version = "1.26.3" # 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.26.2' # semantic-release
5+
__version__ = '1.26.3' # semantic-release
66

77

88
from makim.core import Makim # noqa: F401

0 commit comments

Comments
 (0)