Skip to content

Commit

Permalink
chore(release): release 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 29, 2024
1 parent 274899b commit 00f935b
Show file tree
Hide file tree
Showing 3 changed files with 15 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.0.0"
".": "9.0.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog


## [9.0.1](https://github.com/muhlba91/onyx-client/compare/v9.0.0...v9.0.1) (2024-02-29)


### Miscellaneous Chores

* **deps:** update dependency coverage to v7.4.2 ([55b7c66](https://github.com/muhlba91/onyx-client/commit/55b7c668d77a152ba72fbddf743b14bd0ba5ed90))
* **deps:** update dependency coverage to v7.4.3 ([301cf89](https://github.com/muhlba91/onyx-client/commit/301cf896b23975e550b3d044f8d6e89b69151331))
* **deps:** update dependency pre-commit to v3.6.2 ([9fe44b7](https://github.com/muhlba91/onyx-client/commit/9fe44b7df419679f5a17b9f44124fbce60eed1a8))
* **deps:** update dependency pytest to v8.0.1 ([2cec6d2](https://github.com/muhlba91/onyx-client/commit/2cec6d2c785444db9d56ca9ddc87fbfc7d6676b8))
* **deps:** update dependency pytest to v8.0.2 ([5a62d13](https://github.com/muhlba91/onyx-client/commit/5a62d13af9d962c05fbef5555df24d07b0bc1157))
* **deps:** update dependency ruff to ^0.3.0 ([274899b](https://github.com/muhlba91/onyx-client/commit/274899bf54123b29a8c8c07e84a75788984831bf))
* **deps:** update dependency ruff to v0.2.2 ([460bec9](https://github.com/muhlba91/onyx-client/commit/460bec916b1058058a89ac0d3efc8441193635c9))

## [9.0.0](https://github.com/muhlba91/onyx-client/compare/v8.3.4...v9.0.0) (2024-02-14)


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

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

0 comments on commit 00f935b

Please sign in to comment.