From 48acce955f5f0230b6db7410f2b9f394fa19be6e Mon Sep 17 00:00:00 2001 From: user Date: Mon, 13 Feb 2023 14:37:27 +1300 Subject: [PATCH] Release 0.12.2rc1 --- CHANGELOG.md | 2 +- README.md | 12 ++++++------ docs/conf.py | 2 +- kart/VERSION | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8de32609b..8b2387a4e 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.12.2 (UNRELEASED) +## 0.12.2 - Fix for issue with launching an editor while using helper mode, affects macOS and Linux. [#788](https://github.com/koordinates/kart/issues/788) diff --git a/README.md b/README.md index cd020b7d4..67574f546 100644 --- a/README.md +++ b/README.md @@ -7,27 +7,27 @@ ## Installing -### Upgrading to v0.12.1 +### Upgrading to v0.12.2 -See the [v0.12.1 release notes](https://github.com/koordinates/kart/releases/tag/v0.12.1) for changes, upgrading, and compatibility notes. +See the [v0.12.2 release notes](https://github.com/koordinates/kart/releases/tag/v0.12.2) for changes, upgrading, and compatibility notes. ### Windows -Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.12.1). +Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.12.2). > 💡 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.12.1); +Download the .pkg installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.12.2); 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.12.1) 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.12.2) 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.12.1) 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.12.2) and install via `rpm -i kart-*.rpm`. ### Source diff --git a/docs/conf.py b/docs/conf.py index 1af878cff..85217b5e6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ project = "Kart" copyright = "2022, Kart Contributors" author = "Kart Contributors" -release = "0.12.1" +release = "0.12.2" # -- General configuration --------------------------------------------------- diff --git a/kart/VERSION b/kart/VERSION index f1c63efe2..1b18ca5cc 100644 --- a/kart/VERSION +++ b/kart/VERSION @@ -1 +1 @@ -0.12.2.dev0 +0.12.2rc1