Releases: stripe/purl
Releases · stripe/purl
v0.2.7
What's Changed
- Bump tokio from 1.51.0 to 1.51.1 by @dependabot[bot] in #69
- Bump mpp from 0.9.0 to 0.9.3 by @dependabot[bot] in #67
- Bump alloy-signer from 1.8.3 to 2.0.0 by @dependabot[bot] in #66
- Bump clap_complete from 4.6.0 to 4.6.2 by @dependabot[bot] in #64
- Bump alloy-provider from 1.8.3 to 2.0.0 by @dependabot[bot] in #70
- Bump rand from 0.9.2 to 0.9.3 by @dependabot[bot] in #63
- Bump tokio from 1.51.1 to 1.52.1 by @dependabot[bot] in #78
- Bump assert_cmd from 2.2.0 to 2.2.1 by @dependabot[bot] in #76
- Bump clap from 4.6.0 to 4.6.1 by @dependabot[bot] in #73
- Bump alloy-transport-http from 1.8.3 to 2.0.0 by @dependabot[bot] in #74
- Bump rustls-webpki from 0.103.10 to 0.103.13 by @dependabot[bot] in #79
- Bump mpp from 0.9.3 to 0.10.0 by @dependabot[bot] in #77
- Bump openssl from 0.10.76 to 0.10.78 by @dependabot[bot] in #80
- Bump solana-client from 3.1.12 to 3.1.14 by @dependabot[bot] in #87
- Bump alloy from 2.0.0 to 2.0.1 by @dependabot[bot] in #86
- Bump clap_complete from 4.6.2 to 4.6.3 by @dependabot[bot] in #85
- Bump alloy-signer from 2.0.0 to 2.0.1 by @dependabot[bot] in #83
- Bump reqwest from 0.13.2 to 0.13.3 by @dependabot[bot] in #82
- Bump alloy-transport-http from 2.0.0 to 2.0.1 by @dependabot[bot] in #81
- Bump scrypt from 0.11.0 to 0.12.0 by @dependabot[bot] in #84
- Bump ctr from 0.9.2 to 0.10.0 by @dependabot[bot] in #71
- Bump rand from 0.9.4 to 0.10.1 by @dependabot[bot] in #72
- bump to 0.2.7 by @stevekaliski-stripe in #88
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- bugfix: point to tempo testnet explorer when on testnet by @stevekaliski-stripe in #61
- bump to 0.2.6 by @stevekaliski-stripe in #62
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- Bump mpp from 0.8.0 to 0.8.2 by @dependabot[bot] in #55
- Bump mpp from 0.8.2 to 0.9.0 by @dependabot[bot] in #58
- Bump sha3 from 0.10.8 to 0.11.0 by @dependabot[bot] in #57
- Bump solana-client from 3.1.11 to 3.1.12 by @dependabot[bot] in #59
- Bump tokio from 1.50.0 to 1.51.0 by @dependabot[bot] in #56
- bump to 0.2.5 by @stevekaliski-stripe in #60
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- bump to 0.2.3 by @stevekaliski-stripe in #51
- Revert "release when version bump on main merge" by @stevekaliski-stripe in #53
- 0.2.4 by @stevekaliski-stripe in #54
Full Changelog: v0.2.2...v0.2.4
v0.2.1
What's Changed
- fix balance rendering and bump to 0.2.1 by @stevekaliski-stripe in #45
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Add Tempo/MPP payment protocol support by @stevekaliski-stripe in #42
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- bump reqwest to 0.13 by @stevekaliski-stripe in #19
- Return meaningful messaging in cli for insufficient_funds payment errors by @raubrey-stripe in #10
- Update solana-program requirement from 3.0 to 4.0 by @dependabot[bot] in #22
- Fix --type param for wallet add command by @raubrey-stripe in #23
- Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #25
- Bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #24
- add homebrew instructions by @stevekaliski-stripe in #26
- Fix network filter alias matching for x402 v2 requirements by @Vercantez in #27
- Format wallet show timestamps as RFC3339 by @Vercantez in #37
- Suppress terminal hyperlinks in non-interactive output by @Vercantez in #38
- Respect --wallet and --private-key during payment request execution by @pejmanjohn in #40
- test fixes and full non-interactive modes by @stevekaliski-stripe in #41
New Contributors
- @raubrey-stripe made their first contribution in #10
- @Vercantez made their first contribution in #27
- @pejmanjohn made their first contribution in #40
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #1
- Update secp256k1 requirement from 0.30 to 0.31 by @dependabot[bot] in #5
- add permissions to ci.yml by @stevekaliski-stripe in #9
- update skill file by @stevekaliski-stripe in #8
- setup homebrew formula by @stevekaliski-stripe in #7
- Show token symbol, network alias in inspect command by @artlu99 in #6
- refactor protocol abstractions by @stevekaliski-stripe in #11
- improve error messages to be actionable by @stevekaliski-stripe in #12
- add agents.md by @stevekaliski-stripe in #14
- refactor: replace curl with reqwest by @brendanjryan in #13
- Update toml requirement from 0.9 to 1.0 by @dependabot[bot] in #16
- Update solana-sdk requirement from 3.0 to 4.0 by @dependabot[bot] in #17
- bump to v0.1.1 by @stevekaliski-stripe in #18
New Contributors
- @dependabot[bot] made their first contribution in #1
- @stevekaliski-stripe made their first contribution in #9
- @artlu99 made their first contribution in #6
- @brendanjryan made their first contribution in #13
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: https://github.com/stripe/purl/commits/v0.1.0