From 609f9a0eea7d3ee31487218a0b7def79517f4037 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:04:16 +0000 Subject: [PATCH] chore(release): release 8.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b444036..08042c2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.2.0" + ".": "8.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b8b318..9f96395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog +## [8.3.0](https://github.com/muhlba91/onyx-client/compare/v8.2.0...v8.3.0) (2023-12-14) + + +### Features + +* perform deep merging of updates ([e560027](https://github.com/muhlba91/onyx-client/commit/e560027a892a48c51bb96ce505508443fc089cbe)) + + +### Bug Fixes + +* add typings to update_with methods ([4dd841c](https://github.com/muhlba91/onyx-client/commit/4dd841c3d0c3ad6c71761408b453863601675c0e)) + + +### Miscellaneous Chores + +* **deps:** update dependency coverage to v7.3.3 ([c0c9b81](https://github.com/muhlba91/onyx-client/commit/c0c9b81cb206ca181c9565892f5b36829464b365)) +* **deps:** update dependency ruff to v0.1.8 ([87af727](https://github.com/muhlba91/onyx-client/commit/87af727d20a941789d8d3d8cb34a64248ee2a607)) +* **deps:** update github/codeql-action action to v3 ([0e733bb](https://github.com/muhlba91/onyx-client/commit/0e733bbbad87a27b576ff304accd45740a459a3a)) + ## [8.2.0](https://github.com/muhlba91/onyx-client/compare/v8.1.3...v8.2.0) (2023-12-12) diff --git a/pyproject.toml b/pyproject.toml index 661efac..9b1aa47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "onyx-client" -version = "8.2.0" +version = "8.3.0" description = "HTTP Client for Hella's ONYX.CENTER API." license = "MIT" authors = [