Skip to content

Commit

Permalink
chore(release): 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 25, 2023
1 parent 8bcaae4 commit 75a6066
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers_sugar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = 'Ivan Ogasawara'
__email__ = 'ivan.ogasawara@gmail.com'
__version__ = '1.4.2' # semantic-release
__version__ = '1.4.3' # semantic-release


from containers_sugar.sugar import Sugar # noqa: F401
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.4.3](https://github.com/osl-incubator/containers-sugar/compare/1.4.2...1.4.3) (2023-03-25)


### Bug Fixes

* Remove --volumes from down command ([#66](https://github.com/osl-incubator/containers-sugar/issues/66)) ([8bcaae4](https://github.com/osl-incubator/containers-sugar/commit/8bcaae47fb413f682337759a7f5cab152ee83e76))

## [1.4.2](https://github.com/osl-incubator/containers-sugar/compare/1.4.1...1.4.2) (2023-03-08)


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 = "containers-sugar"
version = "1.4.2" # semantic-release
version = "1.4.3" # semantic-release
description = "Simplify the usage of containers"
authors = ["Ivan Ogasawara <ivan.ogasawara@gmail.com>"]
license = "BSD 3 Clause"
Expand Down

0 comments on commit 75a6066

Please sign in to comment.