Skip to content

Commit aae9ff0

Browse files
authored
chore: release 0.2.0 (#309)
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
1 parent 544c63d commit aae9ff0

File tree

3 files changed

+35
-29
lines changed

3 files changed

+35
-29
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Those changes in added, changed or breaking changes, should include usage exampl
1313

1414
## [Unreleased]
1515
### Added
16+
### Changed
17+
### Breaking changes
18+
### Removed
19+
20+
## [0.2.0] - 2025-02-06
21+
### Added 🎉
1622
* Added `eigen_common` dependency to the `eigensdk` crate when "full" feature is enabled in [#249](https://github.com/Layr-Labs/eigensdk-rs/pull/249).
1723
* Added bindings for `ECDSAStakeRegistry` and `ECDSAServiceManagerBase` in [#269](https://github.com/Layr-Labs/eigensdk-rs/pull/269).
1824
* 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
2632
* Fixed typo in release-plz toml file in [#284](https://github.com/Layr-Labs/eigensdk-rs/pull/284).
2733
* Fixed incorrect package name in Cargo.toml for examples in [#285](https://github.com/Layr-Labs/eigensdk-rs/pull/285).
2834

29-
### Breaking changes
35+
### Breaking changes🛠
3036
* fix: use rewards coordinator on get operator avs/pi split methods by @maximopalopoli in https://github.com/Layr-Labs/eigensdk-rs/pull/250
3137
* The parameters of `ChainReader::new` changed, and it now receives the address of the rewards coordinator.
3238

@@ -58,7 +64,7 @@ Those changes in added, changed or breaking changes, should include usage exampl
5864
* Removed examples packages from workspace.dependencies in Cargo.toml in [#287](https://github.com/Layr-Labs/eigensdk-rs/pull/287).
5965
* Removed release-plz-pr workflow in release-plz in [#292](https://github.com/Layr-Labs/eigensdk-rs/pull/292).
6066

61-
## [0.1.3] - 2024-01-17
67+
## [0.1.3] - 2025-01-17
6268
### Added 🎉
6369
* feat: add rewards-v2 related functionality by @supernovahs in https://github.com/Layr-Labs/eigensdk-rs/pull/221
6470
* New methods in `ELChainReader`:
@@ -177,4 +183,4 @@ Those changes in added, changed or breaking changes, should include usage exampl
177183
## Previous versions
178184

179185
This changelog was introduced in-between v0.1.2 and v0.1.3.
180-
For changes from previous releases, you can check on our GitHub repo's releases page: [github.com/Layr-Labs/eigensdk-rs/releases](https://github.com/Layr-Labs/eigensdk-rs/releases)
186+
For changes from previous releases, you can check on our GitHub repo's releases page: [github.com/Layr-Labs/eigensdk-rs/releases](https://github.com/Layr-Labs/eigensdk-rs/releases)

Cargo.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ members = [
2929
resolver = "2"
3030

3131
[workspace.package]
32-
version = "0.1.3"
32+
version = "0.2.0"
3333
edition = "2021"
3434
authors = ["Eigen Layer contributors"]
3535
rust-version = "1.79"

0 commit comments

Comments
 (0)