Releases: stellar/rs-stellar-strkey
Releases · stellar/rs-stellar-strkey
0.0.11
What's Changed
- Remove
thiserror
by @leighmcculloch @overcat in #70 - Add
#![no_std]
support by @overcat in #64 - Bump version to 0.0.11 by @github-actions in #71
Full Changelog: v0.0.10...v0.0.11
0.0.10
What's Changed
- Fix P address inner payload padding check by @leighmcculloch in #68
- Bump version to 0.0.10 by @github-actions in #69
Full Changelog: v0.0.9...v0.0.10
0.0.9
What's Changed
- Run CI for the msrv and latest rust version by @leighmcculloch in #61
- Change the base32 lib to data-encoding by @leighmcculloch in #65
- Bump version to 0.0.9 by @github-actions in #66
Full Changelog: v0.0.8...v0.0.9
0.0.8
What's Changed
- Update rust-version by @github-actions in #54
- Add simple CLI for decoding strkeys by @leighmcculloch in #57
- Check inner payload length in SignedPayload::from_payload to avoid overflow by @C0x41lch0x41 in #59
- Bump version to 0.0.8 by @github-actions in #60
New Contributors
- @C0x41lch0x41 made their first contribution in #59
Full Changelog: v0.0.7...v0.0.8
0.0.7
What's Changed
- fix wrong assert in tests by @nano-o in #43
- Update rust-version by @github-actions in #45
- Add PreAuthTx, HashX, MuxedAccountEd25519 and SignedPayloadEd25519 support by @overcat in #26
- Add contract strkey by @leighmcculloch in #46
- feat!: improve naming and organization by @willemneal in #50
- chore: add Display implementations by @willemneal in #52
- Update rust-version by @github-actions in #51
- Bump version to 0.0.7 by @github-actions in #53
New Contributors
- @nano-o made their first contribution in #43
- @overcat made their first contribution in #26
- @willemneal made their first contribution in #50
Full Changelog: v0.0.6...v0.0.7
0.0.6
What's Changed
- Don't run rust.yml on release by @leighmcculloch in #37
- Add release documentation by @leighmcculloch in #38
- Update rust-version by @github-actions in #39
- Add FromStr impls for types by @leighmcculloch in #40
- Add Display impl for DecodeError by @leighmcculloch in #41
- Bump version to 0.0.6 by @github-actions in #42
Full Changelog: v0.0.2...v0.0.6
0.0.2
What's Changed
- Improve caching of Rust build artifacts and update workflows by @leighmcculloch in #32
- Add publish dry run to build on release branches by @leighmcculloch in #33
- Separate the publish workflows and use new versions by @leighmcculloch in #34
- Separate the publish workflow into its own workflow by @leighmcculloch in #35
- Bump version to 0.0.2 by @github-actions in #36
Full Changelog: v0.0.1...v0.0.2
0.0.1
What's Changed
- Add .github by @leighmcculloch in #2
- Add LICENSE by @leighmcculloch in #1
- Add public key strkey by @leighmcculloch in #3
- Remove a layer of nesting unnecessary by @leighmcculloch in #11
- Revert "Remove a layer of nesting unnecessary (#11)" by @leighmcculloch in #12
- Reduce reptition of the ORed values by @leighmcculloch in #14
- Remove the PublicKey enum by @tomerweller in #15
- refactor tests by @tomerweller in #16
- Avoid redecoding unnecessarily by @leighmcculloch in #18
- Remove the Version enum by @leighmcculloch in #19
- remove version from constructing by payload by @tomerweller in #20
- add private key support by @tomerweller in #21
- make names more verbose by @tomerweller in #24
- Add complete job that succeeds if all others succeed by @leighmcculloch in #25
- Fix ci complete job by @leighmcculloch in #27
- Release automation by @leighmcculloch in #28
- Fix release automation by @leighmcculloch in #29
- Bump version to 0.0.1 by @github-actions in #30
- Fix release automation by @leighmcculloch in #31
New Contributors
- @leighmcculloch made their first contribution in #2
- @tomerweller made their first contribution in #15
- @github-actions made their first contribution in #30
Full Changelog: https://github.com/stellar/rs-stellar-strkey/commits/v0.0.1