From 202407df67169dad487bb0613de7d97529cea225 Mon Sep 17 00:00:00 2001 From: Andrew Olsen Date: Wed, 8 Jan 2025 12:58:57 +1300 Subject: [PATCH] Release v0.16.0rc1 --- CHANGELOG.md | 2 +- CMakeLists.txt | 2 +- README.md | 12 ++++++------ docs/conf.py | 2 +- kart/VERSION | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 669575a2..9dccfe1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,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._ -## Unreleased +## 0.16.0 - Much faster access to tabular/vector datasets (about 75% more features processed per second) by switching to [msgspec](https://jcristharif.com/msgspec/) - [#1025](https://github.com/koordinates/kart/pull/1025) - diff: Faster JSON-Lines output (also using msgspec) diff --git a/CMakeLists.txt b/CMakeLists.txt index dcbe6260..eb6ee532 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ endif() project( kart - VERSION 0.15.4 + VERSION 0.16.0 DESCRIPTION "Version control for geospatial data" HOMEPAGE_URL "https://kartproject.org" LANGUAGES C CXX) diff --git a/README.md b/README.md index ca4495c2..6c3037f1 100644 --- a/README.md +++ b/README.md @@ -7,27 +7,27 @@ ## Installing -### Upgrading to v0.15.3 +### Upgrading to v0.16.0 -See the [v0.15.3 release notes](https://github.com/koordinates/kart/releases/tag/v0.15.3) for changes, upgrading, and compatibility notes. +See the [v0.16.0 release notes](https://github.com/koordinates/kart/releases/tag/v0.16.0) for changes, upgrading, and compatibility notes. ### Windows -Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.15.3). +Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.16.0). > 💡 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.15.3); +Download the .pkg installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.16.0); 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.15.3) 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.16.0) 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.15.3) 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.16.0) and install via `rpm -i kart-*.rpm`. ### Source diff --git a/docs/conf.py b/docs/conf.py index abc17996..72569a09 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ project = "Kart" copyright = "2022, Kart Contributors" author = "Kart Contributors" -release = "0.15.3" +release = "0.16.0" # -- General configuration --------------------------------------------------- diff --git a/kart/VERSION b/kart/VERSION index e4e9907c..53782b10 100644 --- a/kart/VERSION +++ b/kart/VERSION @@ -1 +1 @@ -0.15.4.dev0 +0.16.0rc1