You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 0.2.0
### What Changed?
<!-- Describe the changes made in this pull request -->
### Reviewer Checklist
- [ ] New features are tested and documented
- [ ] PR updates the changelog with a description of changes
- [ ] PR has one of the `changelog-X` labels (if applies)
- [ ] Code deprecates any old functionality before removing it
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,12 @@ Those changes in added, changed or breaking changes, should include usage exampl
13
13
14
14
## [Unreleased]
15
15
### Added
16
+
### Changed
17
+
### Breaking changes
18
+
### Removed
19
+
20
+
## [0.2.0] - 2025-02-06
21
+
### Added 🎉
16
22
* Added `eigen_common` dependency to the `eigensdk` crate when "full" feature is enabled in [#249](https://github.com/Layr-Labs/eigensdk-rs/pull/249).
17
23
* Added bindings for `ECDSAStakeRegistry` and `ECDSAServiceManagerBase` in [#269](https://github.com/Layr-Labs/eigensdk-rs/pull/269).
18
24
* Added release-plz in ci in [#275](https://github.com/Layr-Labs/eigensdk-rs/pull/275).
@@ -26,7 +32,7 @@ Those changes in added, changed or breaking changes, should include usage exampl
26
32
* Fixed typo in release-plz toml file in [#284](https://github.com/Layr-Labs/eigensdk-rs/pull/284).
27
33
* Fixed incorrect package name in Cargo.toml for examples in [#285](https://github.com/Layr-Labs/eigensdk-rs/pull/285).
28
34
29
-
### Breaking changes
35
+
### Breaking changes🛠
30
36
* fix: use rewards coordinator on get operator avs/pi split methods by @maximopalopoli in https://github.com/Layr-Labs/eigensdk-rs/pull/250
31
37
* The parameters of `ChainReader::new` changed, and it now receives the address of the rewards coordinator.
32
38
@@ -58,7 +64,7 @@ Those changes in added, changed or breaking changes, should include usage exampl
58
64
*Removedexamplespackagesfromworkspace.dependencies inCargo.toml in [#287](https://github.com/Layr-Labs/eigensdk-rs/pull/287).
0 commit comments