Skip to content

Commit 7ca8af1

Browse files
chore: release tempo-request@0.1.3 and tempo-wallet@0.1.3 (#324)
Co-authored-by: Slokh <4983318+Slokh@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3bcc4fc commit 7ca8af1

5 files changed

Lines changed: 16 additions & 10 deletions

File tree

.changelog/fix-charge-provisioning-retry.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 0.1.3 (2026-03-18)
4+
5+
### Patch Changes
6+
7+
- Fix charge payment failing with "access key does not exist" when the signing key is not yet provisioned on-chain. The server-side rejection retry only triggered on HTTP 401-403, but the server returns other status codes for keychain errors.
8+
9+
## 0.1.3 (2026-03-18)
10+
11+
### Patch Changes
12+
13+
- Fix charge payment failing with "access key does not exist" when the signing key is not yet provisioned on-chain. The server-side rejection retry only triggered on HTTP 401-403, but the server returns other status codes for keychain errors.
14+
315
## 0.1.2 (2026-03-18)
416

517
### Patch Changes

Cargo.lock

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

crates/tempo-request/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tempo-request"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
description = "Make an HTTP request"
66
license = "MIT OR Apache-2.0"

crates/tempo-wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tempo-wallet"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
description = "Manage your Tempo Wallet"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)