Osmosis v11.0.1 🧪
This release's major focus is updating Go module path to v11. Additionally, it includes some minor interface refactorings. These refactorings are summarized in the "Golang API breaks" section of CHANGELOG.md
.
What Changed
See Summary of The Major Changes: CHANGELOG.md
See Full Changelog: v11.0.0...v11.0.1
Usage
🐳 Docker
The following Docker image is available in our registry:
docker run osmolabs/osmosis:11.0.1 version
# v11.0.1
The image supports both arm64
and amd64
architectures.
🔨 Build from source
git clone https://github.com/osmosis-labs/osmosis
cd osmosis && git checkout v11.0.1
make install
⚡️ Download binaries
Binaries for linux amd64 and arm64 are available below.
Darwin users should build binaries from source.