From 5878cfac9115196ecf54ce6b89e924ea963ab4ac Mon Sep 17 00:00:00 2001 From: Craig de Stigter Date: Fri, 14 Jan 2022 14:53:54 +1300 Subject: [PATCH] Release v0.10.8 --- CHANGELOG.md | 2 +- README.md | 12 ++++++------ kart/VERSION | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6342e3be..250c52b08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.10.8 (UNRELEASED) +## 0.10.8 * More advanced filters for `log`, `diff` and `commit`: All of these now work: - Wildcard (`*`) filters for dataset names, e.g. `kart diff -- *parcel*:meta:schema.json` will show only schema changes for all datasets with `parcel` in their names. `*` by itself matches all datasets. [#532](https://github.com/koordinates/kart/issues/532) diff --git a/README.md b/README.md index f581b57e9..374a049b9 100644 --- a/README.md +++ b/README.md @@ -9,27 +9,27 @@ Kart: Distributed version-control for datasets ## Installing -### Upgrading to v0.10.7 +### Upgrading to v0.10.8 -See the [v0.10.7 release notes](https://github.com/koordinates/kart/releases/tag/v0.10.7) for changes, upgrading, and compatibility notes. +See the [v0.10.8 release notes](https://github.com/koordinates/kart/releases/tag/v0.10.8) for changes, upgrading, and compatibility notes. ### Windows -Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.10.7). +Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.10.8). > 💡 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/kart/releases/tag/v0.10.7); +Download the .pkg installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.10.8); Or use [Homebrew](https://brew.sh) to install: `brew install koordinates/kart/kart` ### Linux -For Debian/Ubuntu-based distributions, download the .deb package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.10.7) and install via `dpkg -i kart_*.deb`. +For Debian/Ubuntu-based distributions, download the .deb package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.10.8) and install via `dpkg -i kart_*.deb`. -For RPM-based distributions, download the .rpm package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.10.7) and install via `rpm -i kart-*.rpm`. +For RPM-based distributions, download the .rpm package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.10.8) and install via `rpm -i kart-*.rpm`. ### Source diff --git a/kart/VERSION b/kart/VERSION index a9266794c..1a46c7f13 100644 --- a/kart/VERSION +++ b/kart/VERSION @@ -1 +1 @@ -0.10.8.dev0 +0.10.8