Skip to content

Commit

Permalink
chore(release): release 9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 13, 2024
1 parent f9f06a4 commit a1a48e7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "9.2.0"
".": "9.2.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog


## [9.2.1](https://github.com/muhlba91/onyx-client/compare/v9.2.0...v9.2.1) (2024-12-13)


### Miscellaneous Chores

* **deps:** update dependency pytest-asyncio to ^0.25.0 ([f9f06a4](https://github.com/muhlba91/onyx-client/commit/f9f06a4e5535ee9b76cfa491237abda01a555894))
* **deps:** update dependency ruff to v0.8.3 ([ddaccd5](https://github.com/muhlba91/onyx-client/commit/ddaccd5b2d5728ec3469a09908084e4b7aa31c88))
* **deps:** update github/codeql-action action to v3.27.7 ([87cc243](https://github.com/muhlba91/onyx-client/commit/87cc2436d371011f771c94a2630b1801014991a7))
* **deps:** update github/codeql-action action to v3.27.8 ([e05b319](https://github.com/muhlba91/onyx-client/commit/e05b319e3560eb7bc687da95614ff86d3b6e6809))
* **deps:** update github/codeql-action action to v3.27.9 ([3426e1f](https://github.com/muhlba91/onyx-client/commit/3426e1f44831b1a3879bf429e3dfc507a69f434d))
* **deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.8.3 ([4b42bbc](https://github.com/muhlba91/onyx-client/commit/4b42bbc067788a1edc6f1e892e717a3cc3d11460))
* **deps:** update pypa/gh-action-pypi-publish digest to 67339c7 ([e6350e2](https://github.com/muhlba91/onyx-client/commit/e6350e2d7cbbf3fac532ca6030092c1758e0ceef))
* **deps:** update pypa/gh-action-pypi-publish digest to 916e576 ([bcd4734](https://github.com/muhlba91/onyx-client/commit/bcd47348ee11e32f4c12e66c00942cdbb6297727))
* **deps:** update pypa/gh-action-pypi-publish digest to daa8997 ([31a832c](https://github.com/muhlba91/onyx-client/commit/31a832c1bf3f536e34ea3aebdb068427e1c26f57))

## [9.2.0](https://github.com/muhlba91/onyx-client/compare/v9.1.1...v9.2.0) (2024-12-07)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "onyx-client"
version = "9.2.0"
version = "9.2.1"
description = "HTTP Client for Hella's ONYX.CENTER API."
license = "MIT"
authors = [
Expand Down

0 comments on commit a1a48e7

Please sign in to comment.