Skip to content

Commit

Permalink
Add a --tag option to the clone-sdk command (informalsystems#369)
Browse files Browse the repository at this point in the history
* Add a --tag option to the clone-sdk command

* Update changelog

* Update README
  • Loading branch information
romac committed Nov 10, 2020
1 parent db90a42 commit fd5575e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ Special thanks to external contributors for this release: @CharlyCst ([#347]).
- [relayer-cli]
- Merge light clients config in relayer config and add commands to add/remove light clients ([#348])
- CLI for client update message ([#277])
- [proto-compiler] Refactor and allow specifying a commit at which the Cosmos SDK should be checked out ([#366])
- [proto-compiler]
- Refactor and allow specifying a commit at which the Cosmos SDK should be checked out ([#366])
- Add a `--tag` option to the `clone-sdk` command to check out a tag instead of a commit ([#369])
- [ibc-proto] Refactor and allow specifying a commit at which the Cosmos SDK should be checked out ([#366])

[#274]: https://github.com/informalsystems/ibc-rs/issues/274
Expand All @@ -22,6 +24,7 @@ Special thanks to external contributors for this release: @CharlyCst ([#347]).
[#336]: https://github.com/informalsystems/ibc-rs/issues/336
[#348]: https://github.com/informalsystems/ibc-rs/pulls/348
[#366]: https://github.com/informalsystems/ibc-rs/issues/366
[#369]: https://github.com/informalsystems/ibc-rs/pulls/369

### IMPROVEMENTS

Expand Down

0 comments on commit fd5575e

Please sign in to comment.