Skip to content

Commit ee5b7e5

Browse files
chore(release): 1.19.0
1 parent 29d0b51 commit ee5b7e5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/changelog.md

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

4+
# [1.19.0](https://github.com/osl-incubator/makim/compare/1.18.1...1.19.0) (2024-10-17)
5+
6+
7+
### Features
8+
9+
* Check if the .makim.yaml file is valid according to the schema file ([#122](https://github.com/osl-incubator/makim/issues/122)) ([29d0b51](https://github.com/osl-incubator/makim/commit/29d0b5140b9c6c512ed2e06223fdbc4e98b8fa97))
10+
411
## [1.18.1](https://github.com/osl-incubator/makim/compare/1.18.0...1.18.1) (2024-10-15)
512

613

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.18.1" # semantic-release
3+
version = "1.19.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.18.1' # semantic-release
5+
__version__ = '1.19.0' # semantic-release
66

77

88
from makim.core import Makim # noqa: F401

0 commit comments

Comments
 (0)