Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
release v0.3 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur authored Oct 19, 2023
1 parent 772d277 commit 96d579e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @adriantpaez @AntiD2ta @shrimalmadhur @bowenli86 @cryptogakusei @jianoaix @samlaf @gpsanant
* @adriantpaez @AntiD2ta @shrimalmadhur @bowenli86 @cryptogakusei @jianoaix @samlaf @gpsanant @dmanc
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.3.0] - 2023-10-19
### Added

- Add `local-update` command. ([#98](https://github.com/NethermindEth/eigenlayer/pull/98))
- Updated eigensdk to [v0.0.5](https://github.com/Layr-Labs/eigensdk-go/releases/tag/v0.0.5) ([#120](https://github.com/NethermindEth/eigenlayer/pull/120))

## [v0.2.1] - 2023-10-11

### Fixed

- Pull plugin image if does not exist locally ([#101](https://github.com/NethermindEth/eigenlayer/pull/101))
- Updated keystore folder relative to user's HOME directory ([#118](https://github.com/NethermindEth/eigenlayer/pull/118))
- Updated eigensdk to [v0.0.5](https://github.com/Layr-Labs/eigensdk-go/releases/tag/v0.0.5) ([#120](https://github.com/NethermindEth/eigenlayer/pull/120))

## [v0.2.0] - 2023-10-10

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ curl -L https://github.com/NethermindEth/eigenlayer/releases/download/<VERSION>/
### Linux/amd64

```bash
curl -L https://github.com/NethermindEth/eigenlayer/releases/download/v0.2.1/eigenlayer-linux-amd64 --output eigenlayer
curl -L https://github.com/NethermindEth/eigenlayer/releases/download/v0.3.0/eigenlayer-linux-amd64 --output eigenlayer
```

### Linux/arm64

```bash
curl -L https://github.com/NethermindEth/eigenlayer/releases/download/v0.2.1/eigenlayer-linux-arm64 --output eigenlayer
curl -L https://github.com/NethermindEth/eigenlayer/releases/download/v0.3.0/eigenlayer-linux-arm64 --output eigenlayer
```

## Create and List Keys
Expand Down

0 comments on commit 96d579e

Please sign in to comment.