Skip to content

Commit

Permalink
Release notes and Readme update (#211)
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 Jul 13, 2023
1 parent 6bfdb5f commit 0510829
Show file tree
Hide file tree
Showing 2 changed files with 12 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.2.1/pigeon_Linux_x86_64.tar.gz | \
wget -O - https://github.com/palomachain/pigeon/releases/download/v1.4.0/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.2.1
git checkout v1.4.0
make build
sudo mv ./build/pigeon /usr/local/bin/pigeon

Expand Down
10 changes: 10 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## What's Changed
* Updates to the github PR template by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/207
* Ignoring a local directory used for notes by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/208
* feat: link to op-geth by @byte-bandit in https://github.com/palomachain/pigeon/pull/209
* Keep paloma version up to date by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/210

## New Contributors
* @byte-bandit made their first contribution in https://github.com/palomachain/pigeon/pull/209

**Full Changelog**: https://github.com/palomachain/pigeon/compare/v1.3.0...v1.4.0

0 comments on commit 0510829

Please sign in to comment.