Skip to content

Commit d5898c5

Browse files
committed
Release v0.16.1
1 parent 9234b0f commit d5898c5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Please note that compatibility for 0.x releases (software or repositories) isn't
44

55
_When adding new entries to the changelog, please include issue/PR numbers wherever possible._
66

7-
## Unreleased
7+
## 0.16.1
88

99
- diff: Much faster and much lower memory usage when using `--no-sort-keys` [#1032](https://github.com/koordinates/kart/pull/1032)
1010
- diff: Fix an error when diffing a commit against the working copy, where a dataset has been deleted since the commit. [#1033](https://github.com/koordinates/kart/issues/1033)

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.16.0
10+
### Upgrading to v0.16.1
1111

12-
See the [v0.16.0 release notes](https://github.com/koordinates/kart/releases/tag/v0.16.0) for changes, upgrading, and compatibility notes.
12+
See the [v0.16.1 release notes](https://github.com/koordinates/kart/releases/tag/v0.16.1) 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.16.0).
16+
Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.16.1).
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.16.0);
22+
Download the .pkg installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.16.1);
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.16.0) 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.1) 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.16.0) 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.1) and install via `rpm -i kart-*.rpm`.
3131

3232
### Source
3333

kart/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.16.1rc1
1+
0.16.1

0 commit comments

Comments
 (0)