Skip to content

Commit

Permalink
Release Notes and Readme update (#244)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Ruppert <{ID}+{username}@users.noreply.github.com>
  • Loading branch information
MechanicalTyler and Tyler Ruppert authored Aug 11, 2023
1 parent faa5f04 commit 86fadec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
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.3/pigeon_Linux_x86_64.tar.gz | \
wget -O - https://github.com/palomachain/pigeon/releases/download/v1.5.4/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.3
git checkout v1.5.4
make build
sudo mv ./build/pigeon /usr/local/bin/pigeon

Expand Down
11 changes: 11 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## What's Changed
* Readme update for new release by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/238
* Fix typos by @omahs in https://github.com/palomachain/pigeon/pull/239
* feat: add blxr client and pigeon trait by @byte-bandit in https://github.com/palomachain/pigeon/pull/241
* Speed up pigeons where useful by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/242
* Update paloma to latest by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/243

## New Contributors
* @omahs made their first contribution in https://github.com/palomachain/pigeon/pull/239

**Full Changelog**: https://github.com/palomachain/pigeon/compare/v1.5.3...v1.5.4

0 comments on commit 86fadec

Please sign in to comment.