diff --git a/CHANGELOG.md b/CHANGELOG.md index f67705220..14f1ad40d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,19 @@ Please note that compatibility for 0.x releases (software or repositories) isn't _When adding new entries to the changelog, please include issue/PR numbers wherever possible._ -## 0.5.0 (UNRELEASED) +## 0.4.1 + +### Packaging fix: + +* packaging: Fix issue with broken git component paths in packages on macOS and Linux ([#143](https://github.com/koordinates/sno/issues/143)) +* packaging: Exclude dev dependency in macOS package + +### Minor features / fixes: * Added a `sno meta get` command for viewing dataset metadata ([#136](https://github.com/koordinates/sno/issues/136)) * `merge`, `commit`, `init`, `import` commands can now take commit messages as files with `--message=@filename.txt`. This replaces the `sno commit -F` option ([#138](https://github.com/koordinates/sno/issues/138)) * `import`: Added `--table-info` option to set dataset metadata, when it can't be autodetected from the source database ([#139](https://github.com/koordinates/sno/issues/139)) -* `pull`, `push, `fetch`, `clone` commands now show progress - disabled with `--quiet` ([#144](https://github.com/koordinates/sno/issues/144)) -* packaging: Fix issue with broken git component paths in packages on macOS and Linux ([#143](https://github.com/koordinates/sno/issues/143)) -* packaging: Exclude dev dependency in macOS package +* `pull`, `push`, `fetch`, `clone` commands now show progress - disabled with `--quiet` ([#144](https://github.com/koordinates/sno/issues/144)) * `import` now works while on an empty branch ([#149](https://github.com/koordinates/sno/issues/149)) ## 0.4.0 diff --git a/README.md b/README.md index 797485bda..3318e5a9f 100644 --- a/README.md +++ b/README.md @@ -5,27 +5,27 @@ Sno: Distributed version-control for datasets ## Installing -### Upgrading to v0.4.0 +### Upgrading to v0.4.1 -See the [v0.4.0 release notes](https://github.com/koordinates/sno/releases/tag/v0.4.0) for changes, upgrading, and compatibility notes. +See the [v0.4.1 release notes](https://github.com/koordinates/sno/releases/tag/v0.4.1) for changes, upgrading, and compatibility notes. ### Windows -Download the .msi installer from the [release page](https://github.com/koordinates/sno/releases/tag/v0.4.0). +Download the .msi installer from the [release page](https://github.com/koordinates/sno/releases/tag/v0.4.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.4.0); +Download the .pkg installer from the [release page](https://github.com/koordinates/sno/releases/tag/v0.4.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.4.0) and install via `dpkg -i sno_*.deb`. +For Debian/Ubuntu-based distributions, download the .deb package from the [release page](https://github.com/koordinates/sno/releases/tag/v0.4.1) 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.4.0) and install via `rpm -i sno-*.rpm`. +For RPM-based distributions, download the .rpm package from the [release page](https://github.com/koordinates/sno/releases/tag/v0.4.1) and install via `rpm -i sno-*.rpm`. ### Source diff --git a/sno/VERSION b/sno/VERSION index 3cbbf0ae2..267577d47 100644 --- a/sno/VERSION +++ b/sno/VERSION @@ -1 +1 @@ -0.4.1.dev0 +0.4.1