Skip to content

Commit ef14108

Browse files
authored
revert: roll back version bump to 0.8.1 (#877)
Reverts the version and changelog portions of #874 so the release workflow can be re-run cleanly. Only touches the version fields (package.json, package-lock.json) and the 0.8.2 CHANGELOG entry. Leaves the schema regen and CDK pin in place since the workflow will rewrite them on the next run.
1 parent f781c60 commit ef14108

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.8.2] - 2026-04-16
6-
7-
### Added
8-
- feat: upgrade default Python runtime to PYTHON_3_14 (#837) (b139c05)
9-
105
## [0.8.1] - 2026-04-14
116

127
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/agentcore",
3-
"version": "0.8.2",
3+
"version": "0.8.1",
44
"description": "CLI for Amazon Bedrock AgentCore",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)