Skip to content

Commit 2a96602

Browse files
committed
Release v0.15.1
1 parent b055edd commit 2a96602

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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-
## 0.15.1 (UNRELEASED)
7+
## 0.15.1
88

99
- Prevented committing local changes to linked datasets. [#953](https://github.com/koordinates/kart/pull/953)
1010
- Fixes a bug where even datasets marked as `--no-checkout` are checked out when the working copy is first created. [#954](https://github.com/koordinates/kart/pull/954)

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

12-
See the [v0.15.0 release notes](https://github.com/koordinates/kart/releases/tag/v0.15.0) for changes, upgrading, and compatibility notes.
12+
See the [v0.15.1 release notes](https://github.com/koordinates/kart/releases/tag/v0.15.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.15.0).
16+
Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.15.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.15.0);
22+
Download the .pkg installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.15.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.15.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.15.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.15.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.15.1) 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.0"
18+
release = "0.15.1"
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.1rc7
1+
0.15.1

0 commit comments

Comments
 (0)