Skip to content

Commit

Permalink
chore(release): 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 12, 2024
1 parent 614ffd3 commit b3326ba
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Release Notes
---

# [1.10.0](https://github.com/osl-incubator/makim/compare/1.9.1...1.10.0) (2024-01-12)


### Bug Fixes

* Fix distlib installation failure ([#72](https://github.com/osl-incubator/makim/issues/72)) ([f7a9fb7](https://github.com/osl-incubator/makim/commit/f7a9fb7d11132651ded9b32856bf6863e5d1c80a))


### Features

* Replace argparse by typer ([#82](https://github.com/osl-incubator/makim/issues/82)) ([614ffd3](https://github.com/osl-incubator/makim/commit/614ffd39979801d7b0b65dc385206c56ecc5a132))

## [1.9.1](https://github.com/osl-incubator/makim/compare/1.9.0...1.9.1) (2023-12-13)


Expand Down
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.9.1" # semantic-release
version = "1.10.0" # semantic-release
description = "Simplify the usage of containers"
authors = ["Ivan Ogasawara <[email protected]>"]
license = "BSD 3 Clause"
Expand Down
2 changes: 1 addition & 1 deletion src/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.9.1' # semantic-release
__version__ = '1.10.0' # semantic-release


from makim.core import Makim # noqa: F401

0 comments on commit b3326ba

Please sign in to comment.