Skip to content

Commit 202407d

Browse files
committed
Release v0.16.0rc1
1 parent 884b456 commit 202407d

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Please note that compatibility for 0.x releases (software or repositories) isn't
55
_When adding new entries to the changelog, please include issue/PR numbers wherever possible._
66

77

8-
## Unreleased
8+
## 0.16.0
99

1010
- 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)
1111
- diff: Faster JSON-Lines output (also using msgspec)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ endif()
77

88
project(
99
kart
10-
VERSION 0.15.4
10+
VERSION 0.16.0
1111
DESCRIPTION "Version control for geospatial data"
1212
HOMEPAGE_URL "https://kartproject.org"
1313
LANGUAGES C CXX)

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@
77

88
## Installing
99

10-
### Upgrading to v0.15.3
10+
### Upgrading to v0.16.0
1111

12-
See the [v0.15.3 release notes](https://github.com/koordinates/kart/releases/tag/v0.15.3) for changes, upgrading, and compatibility notes.
12+
See the [v0.16.0 release notes](https://github.com/koordinates/kart/releases/tag/v0.16.0) for changes, upgrading, and compatibility notes.
1313

1414
### Windows
1515

16-
Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.15.3).
16+
Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.16.0).
1717

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

22-
Download the .pkg installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.15.3);
22+
Download the .pkg installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.16.0);
2323

2424
Or use [Homebrew](https://brew.sh) to install: `brew install koordinates/kart/kart`
2525

2626
### Linux
2727

28-
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`.
28+
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`.
2929

30-
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`.
30+
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`.
3131

3232
### Source
3333

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "Kart"
1616
copyright = "2022, Kart Contributors"
1717
author = "Kart Contributors"
18-
release = "0.15.3"
18+
release = "0.16.0"
1919

2020

2121
# -- General configuration ---------------------------------------------------

kart/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.4.dev0
1+
0.16.0rc1

0 commit comments

Comments
 (0)