Skip to content

Commit 8480dca

Browse files
chore: prepare 0.12.1 patch release (#130)
Bump version to 0.12.1 and cut the Unreleased changelog entries into a dated 0.12.1 section covering the localnet e2e reliability fixes and the aiohttp/h2/cryptography dependency updates. Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent 98498d5 commit 8480dca

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ All notable changes to the Aptos Python SDK will be captured in this file. This
44

55
## Unreleased
66

7+
## 0.12.1 (2026-08-13)
8+
9+
### Changed
10+
711
- Make e2e / localnet examples more reliable: `aggregator_value` reads both OptionalAggregator variants (aggregator table and integer, as used on localnet), REST and faucet calls retry transient 429/5xx and faucet sequence-number races, and the integration harness waits for the node and reloads network env vars after starting a localnet.
12+
- Update dependencies: `aiohttp` 3.14.3, `h2` 4.4.1, and `cryptography` 50.0.0 (both the root SDK and the standalone `v2` package), plus a full lockfile refresh.
813

914
## 0.12.0 (2026-07-02)
1015

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aptos-sdk"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
description = "Aptos SDK"
55
authors = [{ name = "Aptos Labs", email = "opensource@aptoslabs.com" }]
66
license = {file = "LICENSE"}

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)