Skip to content

Commit

Permalink
chore(release): 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 15, 2023
1 parent 1038ec3 commit a14914b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Release Notes
---

## [1.8.3](https://github.com/osl-incubator/makim/compare/1.8.2...1.8.3) (2023-08-15)


### Bug Fixes

* **deps:** Fix the dependencies pinning ([#54](https://github.com/osl-incubator/makim/issues/54)) ([1038ec3](https://github.com/osl-incubator/makim/commit/1038ec355929454f192142a3546aadcb0a52ee1e))

## [1.8.2](https://github.com/osl-incubator/makim/compare/1.8.1...1.8.2) (2023-07-20)


Expand Down
2 changes: 1 addition & 1 deletion makim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = 'Ivan Ogasawara'
__email__ = '[email protected]'
__version__ = '1.8.2' # semantic-release
__version__ = '1.8.3' # semantic-release


from makim.makim import Makim # noqa: F401
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "makim"
version = "1.8.2" # semantic-release
version = "1.8.3" # semantic-release
description = "Simplify the usage of containers"
authors = ["Ivan Ogasawara <[email protected]>"]
license = "BSD 3 Clause"
Expand Down

0 comments on commit a14914b

Please sign in to comment.