You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Please note that compatibility for 0.x releases (software or repositories) isn't
4
4
5
5
_When adding new entries to the changelog, please include issue/PR numbers wherever possible._
6
6
7
-
## 0.15.1 (UNRELEASED)
7
+
## 0.15.1
8
8
9
9
- Prevented committing local changes to linked datasets. [#953](https://github.com/koordinates/kart/pull/953)
10
10
- 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)
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,27 +7,27 @@
7
7
8
8
## Installing
9
9
10
-
### Upgrading to v0.15.0
10
+
### Upgrading to v0.15.1
11
11
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.
13
13
14
14
### Windows
15
15
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).
17
17
18
18
> 💡 If Windows Defender SmartScreen says "it prevented an unrecognized app from starting" after downloading, you'll need to click "Run anyway".
19
19
20
20
### macOS
21
21
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);
23
23
24
24
Or use [Homebrew](https://brew.sh) to install: `brew install koordinates/kart/kart`
25
25
26
26
### Linux
27
27
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`.
29
29
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`.
0 commit comments