Releases: stellar/rs-stellar-xdr
Releases · stellar/rs-stellar-xdr
0.0.10
What's Changed
- Remove a few unnecessary dependencies by @leighmcculloch in #214
- Upgrade crate-git-revision to 0.0.4 by @brson in #213
- Bump version to 0.0.10 by @github-actions in #217
Full Changelog: v0.0.9...v0.0.10
0.0.9
What's Changed
- Fix embedding xdr version by @leighmcculloch in #209
- Add publishing binaries to GitHub Releases by @leighmcculloch in #208
- Bump version to 0.0.9 by @github-actions in #211
Full Changelog: v0.0.8...v0.0.9
0.0.8
What's Changed
- Fix build by @leighmcculloch in #186
- Update rust-version by @github-actions in #185
- Rust-XDR for contract deployment changes specified in CAP-46-02 by @dmkozh in #187
- Add Lib version and XDR version to library (submodule edition) by @leighmcculloch in #189
- Update git submodule locations by @leighmcculloch in #190
- Update to transition from BigInt to {ui}128 by @graydon in #191
- Update crate-git-revision to 0.0.3 by @leighmcculloch in #193
- Change version to be a struct by @leighmcculloch in #194
- pub mod int128_helpers by @graydon in #192
- Update xdr/next to 026c9cd and regenerate by @graydon in #195
- Update xdrgen by @leighmcculloch in #196
- Bump version to 0.0.8 by @github-actions in #197
- Update xdrgen by @leighmcculloch in #199
- Fix xdrgen version by @leighmcculloch in #200
- Add stellar-xdr bin by @leighmcculloch in #198
- Fix examples in docs by @leighmcculloch in #201
- Render friendly errors when errors occur in CLI by @leighmcculloch in #203
- Always group ancilliary features in tests by @leighmcculloch in #206
- Run publish dry run on main by @leighmcculloch in #207
New Contributors
Full Changelog: v0.0.7...v0.0.8
Binaries for this release were published retroactively in #208.
0.0.7
What's Changed
- Update xdrgen and get BytesM/StringM by @leighmcculloch in #181
- Use prebuilt binaries in ci by @leighmcculloch in #182
- Bump version to 0.0.7 by @github-actions in #184
Full Changelog: v0.0.6...v0.0.7
0.0.6
What's Changed
- Improve caching of Rust build artifacts and update workflows by @leighmcculloch in #154
- Remove bump-version make target by @leighmcculloch in #155
- Set the target-dir for cargo installs by @leighmcculloch in #156
- Separate build and test in ci by @leighmcculloch in #157
- Add publish dry run to build on release branches by @leighmcculloch in #158
- Separate the publish workflows and use new versions by @leighmcculloch in #159
- Update xdr by @leighmcculloch in #162
- Add release documentation by @leighmcculloch in #160
- Remove
ScHash
andPublicKey
fromSCObject
by @jayz22 in #163 - Update xdr by @leighmcculloch in #164
- Add error enum to the contract spec by @leighmcculloch in #165
- Update for host function success scval by @graydon in #166
- Update rust-version by @github-actions in #167
- Regenerate xdr by @sisuresh in #168
- Update XDR and xdrgen by @leighmcculloch in #169
- Update XDR and xdrgen by @leighmcculloch in #170
- Rename HOST_FN_CREATE_CONTRACT_WITH_SOURCE to HOST_FN_CREATE_CONTRACT_WITH_SOURCE_ACCOUNT by @leighmcculloch in #171
- Update XDR by @leighmcculloch in #172
- Update XDR by @leighmcculloch in #173
- Update XDR by @leighmcculloch in #174
- Update XDR by @sisuresh in #175
- Update XDR and xdrgen by @leighmcculloch in #176
- Update xdr by @leighmcculloch in #177
- Add functions for reading XDR to the end of the stream by @leighmcculloch in #178
- Add AccountId ScVal conversions by @leighmcculloch in #179
- Bump version to 0.0.6 by @github-actions in #180
Full Changelog: v0.0.2...v0.0.6
0.0.2
What's Changed
- Add build cache in ci by @leighmcculloch in #129
- Update cargo-hack by @leighmcculloch in #130
- Fix complete job in ci by @leighmcculloch in #131
- Change BINARY to BYTES by @leighmcculloch in #134
- Fix ci complete job (again) by @leighmcculloch in #135
- Support Arbitrary by @graydon in #132
- Add ci workflow to set min rust-version by @leighmcculloch in #136
- Regenerate XDR to get contract code by @jonjove in #137
- Update rust-version by @github-actions in #138
- Add VecM::into_opton, and related fns by @leighmcculloch in #139
- Add names to input types in spec functions by @leighmcculloch in #140
- Add
ContractEvent
andContractEventType
definitions from CAP-56 by @jayz22 in #141 - Make contract id on event optional by @sisuresh in #142
- Regenerate from stellar-xdr-next@35f1e4e by @graydon in #143
- Regenerate from stellar-xdr-next@950dcd3 by @graydon in #144
- Add BytesN as type by @leighmcculloch in #145
- Add VecM::to_string_lossy by @leighmcculloch in #146
- Update next xdr by @leighmcculloch in #147
- Update xdr to get spec lib by @leighmcculloch in #148
- Impl From<&u64> for ScVal by @jonjove in #149
- Add release jobs by @leighmcculloch in #150
- Release by @leighmcculloch in #151
- Fix makefile targets for bumping version and publishing by @leighmcculloch in #152
- Bump version to 0.0.2 by @github-actions in #153
New Contributors
- @github-actions made their first contribution in #138
Full Changelog: v0.0.1...v0.0.2
0.0.1
v0.0.1 Add docs.rs meta (#128)