Skip to content

Commit a14914b

Browse files
chore(release): 1.8.3
1 parent 1038ec3 commit a14914b

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.8.3](https://github.com/osl-incubator/makim/compare/1.8.2...1.8.3) (2023-08-15)
5+
6+
7+
### Bug Fixes
8+
9+
* **deps:** Fix the dependencies pinning ([#54](https://github.com/osl-incubator/makim/issues/54)) ([1038ec3](https://github.com/osl-incubator/makim/commit/1038ec355929454f192142a3546aadcb0a52ee1e))
10+
411
## [1.8.2](https://github.com/osl-incubator/makim/compare/1.8.1...1.8.2) (2023-07-20)
512

613

makim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__author__ = 'Ivan Ogasawara'
55
__email__ = '[email protected]'
6-
__version__ = '1.8.2' # semantic-release
6+
__version__ = '1.8.3' # semantic-release
77

88

99
from makim.makim import Makim # noqa: F401

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.8.2" # semantic-release
3+
version = "1.8.3" # semantic-release
44
description = "Simplify the usage of containers"
55
authors = ["Ivan Ogasawara <[email protected]>"]
66
license = "BSD 3 Clause"

0 commit comments

Comments
 (0)