Skip to content

Commit

Permalink
chore(release): 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 27, 2023
1 parent 11b4dbc commit ee9fcab
Show file tree
Hide file tree
Showing 3 changed files with 10 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__ = '[email protected]'
__version__ = '1.5.0' # semantic-release
__version__ = '1.6.0' # semantic-release


from containers_sugar.sugar import Sugar # noqa: F401
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Release Notes
---

# [1.6.0](https://github.com/osl-incubator/containers-sugar/compare/1.5.0...1.6.0) (2023-05-27)


### Features

* Add the alias kxgr to containers-sugar ([#75](https://github.com/osl-incubator/containers-sugar/issues/75)) ([67a9d5c](https://github.com/osl-incubator/containers-sugar/commit/67a9d5cd96c308be0d447a5a9cfb3406d1166336))
* Implement the missing docker-compose commands ([#77](https://github.com/osl-incubator/containers-sugar/issues/77)) ([bafbc1d](https://github.com/osl-incubator/containers-sugar/commit/bafbc1d307a0e07385978863724ab3487f7939bc))

# [1.5.0](https://github.com/osl-incubator/containers-sugar/compare/1.4.4...1.5.0) (2023-04-07)


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.5.0" # semantic-release
version = "1.6.0" # semantic-release
description = "Simplify the usage of containers"
authors = ["Ivan Ogasawara <[email protected]>"]
license = "BSD 3 Clause"
Expand Down

0 comments on commit ee9fcab

Please sign in to comment.