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 25, 2024
1 parent 7e6eabc commit 66f4e5d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Release Notes
---

# [1.10.0](https://github.com/osl-incubator/sugar/compare/1.9.3...1.10.0) (2024-01-25)


### Bug Fixes

* change usage KxgrLogs for KxgrErrorType ([#107](https://github.com/osl-incubator/sugar/issues/107)) ([d8d38b2](https://github.com/osl-incubator/sugar/commit/d8d38b216b1baebc10d65b8a7830d5d3910bdea2))
* Check if project-name is null ([#106](https://github.com/osl-incubator/sugar/issues/106)) ([82a93df](https://github.com/osl-incubator/sugar/commit/82a93dfc491136151ff63b943a6812811498153b))


### Features

* Add a new key in the root of the config file for services ([#110](https://github.com/osl-incubator/sugar/issues/110)) ([7e6eabc](https://github.com/osl-incubator/sugar/commit/7e6eabc81e755bb96863e49cae7e47109f918fc0))
* Rename from sugar to core module name ([#101](https://github.com/osl-incubator/sugar/issues/101)) ([40dace1](https://github.com/osl-incubator/sugar/commit/40dace1be838aaaa31ed989cb20a331b84a97f5d))

## [1.9.3](https://github.com/osl-incubator/sugar/compare/1.9.2...1.9.3) (2023-12-24)


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


from sugar.core import Sugar # noqa: F401

0 comments on commit 66f4e5d

Please sign in to comment.