Skip to content

Commit 0561bb5

Browse files
chore: bump version to 0.1.15 (#233)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ad5625d commit 0561bb5

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

3+
## [0.1.15] - 2025-10-01
4+
5+
### Changes
6+
7+
- Fixed test stability issues (#232) (ad5625d)
8+
- chore: Add README for MemoryManager (#231) (b9fa36d)
9+
- feat: Add automatic memory provisioning to Bedrock AgentCore CLI (#204) (d58b61c)
10+
- Add required permission to retrieve OAuth2 Credential Provider client secret (#228) (6721d12)
11+
- feat: Add validation to check to get_or_create_memory to provide a truly idempotent experience (#227) (29bab2e)
12+
- fix: allow optional strategies on create memory (#225) (db5f2e0)
13+
- Update Identity quickstart guide with a few corrections (#222) (6ea350f)
14+
- feature: typed strategies and encryption_key_arn support on create_memory (#219) (7c726ce)
15+
- Update quickstart with working example (#217) (1246704)
16+
- feat: Add boto3.session to MemoryManager constructor (#211) (a838187)
17+
- fix: Install mkdocs-llmstxt in deploy-docs act (#215) (80581c2)
18+
- Release v0.1.14 (#214) (2d98f61)
19+
320
## [0.1.14] - 2025-09-25
421

522
### Changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bedrock-agentcore-starter-toolkit"
7-
version = "0.1.14"
7+
version = "0.1.15"
88
description = "A starter toolkit for using Bedrock AgentCore"
99
readme = "README.md"
1010
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)