Skip to content

Commit 728669a

Browse files
committed
release: 0.7.0
1 parent d2ad7a8 commit 728669a

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.7.0 (2024-01-25)
4+
5+
Full Changelog: [v0.6.0...v0.7.0](https://github.com/anthropics/anthropic-bedrock-python/compare/v0.6.0...v0.7.0)
6+
7+
### Features
8+
9+
* **client:** enable follow redirects by default ([#131](https://github.com/anthropics/anthropic-bedrock-python/issues/131)) ([aa95ff7](https://github.com/anthropics/anthropic-bedrock-python/commit/aa95ff73344d33025e9a4c090228813f645cd1bf))
10+
11+
12+
### Chores
13+
14+
* **internal:** add internal helpers ([#128](https://github.com/anthropics/anthropic-bedrock-python/issues/128)) ([dedf694](https://github.com/anthropics/anthropic-bedrock-python/commit/dedf694e6c7de5e03e017d1ce7911c15c04a0f04))
15+
316
## 0.6.0 (2024-01-18)
417

518
Full Changelog: [v0.5.9...v0.6.0](https://github.com/anthropics/anthropic-bedrock-python/compare/v0.5.9...v0.6.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "anthropic-bedrock"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "The official Python library for the anthropic-bedrock API"
55
readme = "README.md"
66
license = "MIT"

src/anthropic_bedrock/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless.
22

33
__title__ = "anthropic_bedrock"
4-
__version__ = "0.6.0" # x-release-please-version
4+
__version__ = "0.7.0" # x-release-please-version

0 commit comments

Comments
 (0)