-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: v10.0.2 - update changelog and release notes (#2632)
* unclog build > CHANGELOG.md * changelog and release notes * add #2627 to CHANGELOG * Update CHANGELOG.md --------- Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>
- Loading branch information
1 parent
cd033eb
commit ae9a82f
Showing
6 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*June 29, 2023* | ||
|
||
This release bumps several dependencies and enables extra queries. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Gaia v10.0.2 Release Notes | ||
|
||
## 📝 Changelog | ||
|
||
Check out the [changelog](https://github.com/cosmos/gaia/blob/v10.0.2/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/cosmos-sdk/compare/release/v10.0.1...v10.0.2) from last release. | ||
|
||
## 🔨 Build from source | ||
|
||
```bash | ||
git clone https://github.com/cosmos/gaia | ||
cd gaia && git checkout v10.0.2 | ||
make install | ||
``` | ||
|
||
## ⚡️ Download binaries | ||
|
||
Binaries for linux, darwin, and windows are available below. |