From 3650a256264388c075ff17fa908fae1ac7dac5db Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 18:17:23 -0500 Subject: [PATCH] release: 0.5.8 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ pyproject.toml | 2 +- src/anthropic_bedrock/_version.py | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6f09b52..6c67724 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.7" + ".": "0.5.8" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 79d35e9..3602e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## 0.5.8 (2023-12-12) + +Full Changelog: [v0.5.7...v0.5.8](https://github.com/anthropics/anthropic-bedrock-python/compare/v0.5.7...v0.5.8) + +### Bug Fixes + +* avoid leaking memory when Client.with_options is used ([#97](https://github.com/anthropics/anthropic-bedrock-python/issues/97)) ([5d33836](https://github.com/anthropics/anthropic-bedrock-python/commit/5d338361ce8076ffa6fe6e3a4acf1d56eaf63496)) +* **errors:** properly assign APIError.body ([#96](https://github.com/anthropics/anthropic-bedrock-python/issues/96)) ([e81848f](https://github.com/anthropics/anthropic-bedrock-python/commit/e81848f4d6b2155947a865d2b49cd9049de24591)) + + +### Chores + +* **internal:** enable more lint rules ([#94](https://github.com/anthropics/anthropic-bedrock-python/issues/94)) ([89ecfb9](https://github.com/anthropics/anthropic-bedrock-python/commit/89ecfb99fe562af7a77df5b529ac30355ee4b18f)) +* **internal:** reformat imports ([#91](https://github.com/anthropics/anthropic-bedrock-python/issues/91)) ([dbe9399](https://github.com/anthropics/anthropic-bedrock-python/commit/dbe9399fc7e383e2c99bd786697a5fdb58e9bb81)) +* **internal:** reformat imports ([#93](https://github.com/anthropics/anthropic-bedrock-python/issues/93)) ([df2fd4c](https://github.com/anthropics/anthropic-bedrock-python/commit/df2fd4c3131bcff7ddd6a67b89932d47ac0c7628)) +* **internal:** update formatting ([#92](https://github.com/anthropics/anthropic-bedrock-python/issues/92)) ([df7365f](https://github.com/anthropics/anthropic-bedrock-python/commit/df7365f35a2c2978229eecc2b61a833a1dd82e52)) +* **internal:** update test examples ([#98](https://github.com/anthropics/anthropic-bedrock-python/issues/98)) ([efffacd](https://github.com/anthropics/anthropic-bedrock-python/commit/efffacd9ee0083242fcaeb97b589f1ab9b15aa5e)) + + +### Refactors + +* **client:** simplify cleanup ([#99](https://github.com/anthropics/anthropic-bedrock-python/issues/99)) ([9ba7039](https://github.com/anthropics/anthropic-bedrock-python/commit/9ba70398e00400bf4a9630c47845366e32916ad8)) +* simplify internal error handling ([#100](https://github.com/anthropics/anthropic-bedrock-python/issues/100)) ([1ecff82](https://github.com/anthropics/anthropic-bedrock-python/commit/1ecff82840229eefe36542dee05c5d9e5947f82b)) + ## 0.5.7 (2023-12-06) Full Changelog: [v0.5.6...v0.5.7](https://github.com/anthropics/anthropic-bedrock-python/compare/v0.5.6...v0.5.7) diff --git a/pyproject.toml b/pyproject.toml index cf1b3c9..40980cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "anthropic-bedrock" -version = "0.5.7" +version = "0.5.8" description = "The official Python library for the anthropic-bedrock API" readme = "README.md" license = "MIT" diff --git a/src/anthropic_bedrock/_version.py b/src/anthropic_bedrock/_version.py index b5845ef..7332d05 100644 --- a/src/anthropic_bedrock/_version.py +++ b/src/anthropic_bedrock/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. __title__ = "anthropic_bedrock" -__version__ = "0.5.7" # x-release-please-version +__version__ = "0.5.8" # x-release-please-version