Skip to content

Commit 81306ca

Browse files
committed
Updated CHANGELOG and prepare 0.7.0 release
Signed-off-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl>
1 parent 0a72398 commit 81306ca

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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`

0 commit comments

Comments
 (0)