github ariga/atlas v0.7.0

latest releases: v0.27.0, v0.26.1, v0.26.0...
2 years ago

Atlas v0.7.0 is a minor release that includes many small improvements and two major features that were added:

Installation

MacOS

curl -LO https://release.ariga.io/atlas/atlas-darwin-amd64-v0.7.0
chmod +x ./atlas-darwin-amd64-v0.7.0
sudo mv ./atlas-darwin-amd64-v0.7.0 /usr/local/bin/atlas
sudo chown root: /usr/local/bin/atlas

Linux

curl -LO https://release.ariga.io/atlas/atlas-linux-amd64-v0.7.0
sudo install -o root -g root -m 0755 ./atlas-linux-amd64-v0.7.0 /usr/local/bin/atlas

Windows

Download

Docker

docker pull arigaio/atlas:0.7.0
docker run --rm arigaio/atlas:0.7.0

Legal

The binaries distributed in this release are released under the
Ariga End User License.
If you would like to build Atlas from source follow the instructions
here.

Full Changelog: v0.6.0...v0.7.0

Don't miss a new atlas release

NewReleases is sending notifications on new releases.