Skip to content

Commit 544c63d

Browse files
authored
revert back to 0.1.3 (#308)
Fixes # ### 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 11cf009 commit 544c63d

File tree

3 files changed

+28
-34
lines changed

3 files changed

+28
-34
lines changed

CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ 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 🎉
2216
* Added `eigen_common` dependency to the `eigensdk` crate when "full" feature is enabled in [#249](https://github.com/Layr-Labs/eigensdk-rs/pull/249).
2317
* Added bindings for `ECDSAStakeRegistry` and `ECDSAServiceManagerBase` in [#269](https://github.com/Layr-Labs/eigensdk-rs/pull/269).
2418
* Added release-plz in ci in [#275](https://github.com/Layr-Labs/eigensdk-rs/pull/275).
@@ -32,7 +26,7 @@ Those changes in added, changed or breaking changes, should include usage exampl
3226
* Fixed typo in release-plz toml file in [#284](https://github.com/Layr-Labs/eigensdk-rs/pull/284).
3327
* Fixed incorrect package name in Cargo.toml for examples in [#285](https://github.com/Layr-Labs/eigensdk-rs/pull/285).
3428

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

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

67-
## [0.1.3] - 2025-01-17
61+
## [0.1.3] - 2024-01-17
6862
### Added 🎉
6963
* feat: add rewards-v2 related functionality by @supernovahs in https://github.com/Layr-Labs/eigensdk-rs/pull/221
7064
* New methods in `ELChainReader`:

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.2.0"
32+
version = "0.1.3"
3333
edition = "2021"
3434
authors = ["Eigen Layer contributors"]
3535
rust-version = "1.79"

0 commit comments

Comments
 (0)