Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes and Readme update #230

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This repo does not accept issues. Please use https://github.com/palomachain/palo
### To get the latest prebuilt `pigeon` binary:

```shell
wget -O - https://github.com/palomachain/pigeon/releases/download/v1.5.0/pigeon_Linux_x86_64.tar.gz | \
wget -O - https://github.com/palomachain/pigeon/releases/download/v1.5.1/pigeon_Linux_x86_64.tar.gz | \
sudo tar -C /usr/local/bin -xvzf - pigeon
sudo chmod +x /usr/local/bin/pigeon

Expand All @@ -69,7 +69,7 @@ mkdir ~/.pigeon
```shell
git clone https://github.com/palomachain/pigeon.git
cd pigeon
git checkout v1.5.0
git checkout v1.5.1
make build
sudo mv ./build/pigeon /usr/local/bin/pigeon

Expand Down
13 changes: 13 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## What's Changed
* Update readme for v1.5.0 release by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/218
* hack: support kava-main by @byte-bandit in https://github.com/palomachain/pigeon/pull/219
* Fixing typo in goreleaser by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/220
* Bump github.com/onsi/gomega from 1.27.8 to 1.27.10 by @dependabot in https://github.com/palomachain/pigeon/pull/224
* chore: update readme with op & kava infos by @byte-bandit in https://github.com/palomachain/pigeon/pull/225
* Bump google.golang.org/grpc from 1.56.2 to 1.57.0 by @dependabot in https://github.com/palomachain/pigeon/pull/226
* update for tx-type 2 chains with note in docs by @taariq in https://github.com/palomachain/pigeon/pull/227
* fix: 🔧 Ensure v-prefixed version report by @byte-bandit in https://github.com/palomachain/pigeon/pull/228
* Bump github.com/palomachain/paloma from 1.6.0 to 1.6.1 by @dependabot in https://github.com/palomachain/pigeon/pull/229


**Full Changelog**: https://github.com/palomachain/pigeon/compare/v1.5.0...v1.5.1