From 288e3d4158575bd3dc56dab400de0eb0a3d6d2e4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 05:08:44 +0000 Subject: [PATCH] release: 0.20.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- src/dataherald/_version.py | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0c2ecec..461342f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.20.0" + ".": "0.20.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 756a833..b71ecaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 0.20.1 (2024-11-26) + +Full Changelog: [v0.20.0...v0.20.1](https://github.com/Dataherald/dataherald-python/compare/v0.20.0...v0.20.1) + +### Chores + +* **internal:** fix compat model_dump method when warnings are passed ([#61](https://github.com/Dataherald/dataherald-python/issues/61)) ([6fedf36](https://github.com/Dataherald/dataherald-python/commit/6fedf36fd30a8a1ccbcb8633f85d999f0b38ec34)) +* **internal:** version bump ([#54](https://github.com/Dataherald/dataherald-python/issues/54)) ([762488e](https://github.com/Dataherald/dataherald-python/commit/762488ecc8e55fb18e05b90a7cb353bea9ee6a00)) +* rebuild project due to codegen change ([#56](https://github.com/Dataherald/dataherald-python/issues/56)) ([3f06cb7](https://github.com/Dataherald/dataherald-python/commit/3f06cb70c1ef852ec71f9b4763f991ffcf3e1562)) +* rebuild project due to codegen change ([#57](https://github.com/Dataherald/dataherald-python/issues/57)) ([eaf1330](https://github.com/Dataherald/dataherald-python/commit/eaf13302cfbaf6c7ed61717be1ce9359d716cbdf)) +* rebuild project due to codegen change ([#58](https://github.com/Dataherald/dataherald-python/issues/58)) ([2e4560f](https://github.com/Dataherald/dataherald-python/commit/2e4560f29d5e27c88dbcfd80aaa84fca1e64133b)) +* rebuild project due to codegen change ([#59](https://github.com/Dataherald/dataherald-python/issues/59)) ([7728427](https://github.com/Dataherald/dataherald-python/commit/7728427bca7e453c0897e599c2cb6e80b558e80e)) +* rebuild project due to codegen change ([#60](https://github.com/Dataherald/dataherald-python/issues/60)) ([6742d13](https://github.com/Dataherald/dataherald-python/commit/6742d13cf6e40582d84e19aa085ef36f6359fb4c)) + + +### Documentation + +* add info log level to readme ([#62](https://github.com/Dataherald/dataherald-python/issues/62)) ([175f6b8](https://github.com/Dataherald/dataherald-python/commit/175f6b8f5e544c979425b1a4c37be9a04162ceb8)) + ## 0.20.0 (2024-05-06) Full Changelog: [v0.19.0...v0.20.0](https://github.com/Dataherald/dataherald-python/compare/v0.19.0...v0.20.0) diff --git a/pyproject.toml b/pyproject.toml index 0a872a8..2c6c70d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dataherald" -version = "0.20.0" +version = "0.20.1" description = "The official Python library for the Dataherald API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/dataherald/_version.py b/src/dataherald/_version.py index e157f48..6bdd8c9 100644 --- a/src/dataherald/_version.py +++ b/src/dataherald/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "dataherald" -__version__ = "0.20.0" # x-release-please-version +__version__ = "0.20.1" # x-release-please-version