Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoup committed Mar 27, 2020
1 parent 98fb56c commit 04f54f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,27 @@ Sno: Distributed version-control for datasets

## Installing

### Upgrading to v0.3
### Upgrading to v0.3.1

See the [v0.3 release notes](https://github.com/koordinates/sno/releases/tag/v0.3.0) for changes, upgrading, and compatibility notes.
See the [v0.3.1 release notes](https://github.com/koordinates/sno/releases/tag/v0.3.1) for changes, upgrading, and compatibility notes.

### Windows

Download the .msi installer from the [release page](https://github.com/koordinates/sno/releases/tag/v0.3.1).

> 💡 If Windows Defender SmartScreen says "it prevented an unrecognized app from starting" after downloading, you'll need to click "Run anyway".
### macOS

Download the .pkg installer from the [release page](https://github.com/koordinates/sno/releases/tag/v0.3.0);
Download the .pkg installer from the [release page](https://github.com/koordinates/sno/releases/tag/v0.3.1);

Or use [Homebrew](https://brew.sh) to install: `brew cask install koordinates/sno/sno`

### Linux

For Debian/Ubuntu-based distributions, download the .deb package from the [release page](https://github.com/koordinates/sno/releases/tag/v0.3.0) and install via `dpkg -i sno_*.deb`.

For RPM-based distributions, download the .rpm package from the [release page](https://github.com/koordinates/sno/releases/tag/v0.3.0) and install via `rpm -i sno-*.rpm`.

### Windows
For Debian/Ubuntu-based distributions, download the .deb package from the [release page](https://github.com/koordinates/sno/releases/tag/v0.3.1) and install via `dpkg -i sno_*.deb`.

Until the next release, Windows support is only available in development builds. Download the "Windows-msi" artifact from a [recent `master` Build](https://github.com/koordinates/sno/actions?query=branch%3Amaster+is%3Asuccess+workflow%3ABuild), unzip, and run the installer.
For RPM-based distributions, download the .rpm package from the [release page](https://github.com/koordinates/sno/releases/tag/v0.3.1) and install via `rpm -i sno-*.rpm`.

### Source

Expand All @@ -33,7 +35,7 @@ For Sno development see the [Contributing Notes](CONTRIBUTING.md).

See the [documentation](https://github.com/koordinates/sno/wiki) for tutorials and reference.

> ##### ℹ️ If you're new to git
> ##### 💡 If you're new to git
> Configure the identity you will use for Sno commits with:
> ```console
> $ sno config --global user.email "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion sno/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1.dev0
0.3.1

0 comments on commit 04f54f0

Please sign in to comment.