File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,24 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased]
8+ ## [ 0.7.0] - 2025-11-19
9+ ### Added
10+ - Add ` InvokeHostFunctionOperation ` and related types and enum values
11+ - Add ` ExtendFootprintTtlOperation ` and related types and enum values
12+ - Add ` RestoreFootprintOperation ` and related types and enum values
13+ - Add ` ContractData ` , ` ContractCode ` , ` ConfigSetting ` and ` Ttl ` to the ` LedgerKey ` enum
14+ - Add ` Error ` variants: ` InvalidPayload ` , ` UnsupportedFeature `
15+ - Add ` DalekKeyPair ` (feature ` dalek ` )
916
1017### Changed
1118- BREAKING: Replaced feature ` sodium_oxide ` with ` dalek ` since sodiumoxide is no longer maintained
19+ - BREAKING: Replaced generated code with ` stellar-xdr ` crate
1220- Update dependency's versions
1321
22+ ### Removed
23+ - Remove ` SodiumKeyPair ` (use ` DalekKeyPair ` )
24+ - Remove ` Error::SodiumInitFailed `
25+
1426## [ 0.6.0] - 2023-11-03
1527### Added
1628- Add tests for ` BeginSponsoringFutureReservesOperation `
You can’t perform that action at this time.
0 commit comments