Skip to content

Commit

Permalink
chore(release): 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 16, 2024
1 parent 4a28eee commit e0e41fe
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.13.0](https://github.com/osl-incubator/sugar/compare/1.12.0...1.13.0) (2024-05-16)


### Features

* **experimental:** Add new docker compose commands: attach, cp, ls, scale, wait, watch ([#122](https://github.com/osl-incubator/sugar/issues/122)) ([4a28eee](https://github.com/osl-incubator/sugar/commit/4a28eeed3bc279c0e0ca9cb21a9b4fa2c2e1767a))

# [1.12.0](https://github.com/osl-incubator/sugar/compare/1.11.4...1.12.0) (2024-05-10)


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.12.0" # semantic-release
version = "1.13.0" # semantic-release
description = "Simplify the usage of containers"
readme = "README.md"
authors = ["Ivan Ogasawara <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/sugar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Ivan Ogasawara'
__email__ = '[email protected]'
__version__ = '1.12.0' # semantic-release
__version__ = '1.13.0' # semantic-release


from sugar.core import Sugar # noqa: F401

0 comments on commit e0e41fe

Please sign in to comment.