Skip to content

Commit ee5fd36

Browse files
committed
Release v0.14.1
1 parent 0be09d3 commit ee5fd36

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

99
- Fixes a bug where Git subprocesses (such as git clone) don't prompt the user for credentials or to resolve SSH issues on Windows. [#852](https://github.com/koordinates/kart/issues/852)
1010
- Better protection against XSS in the HTML diff viewer. [#884](https://github.com/koordinates/kart/pull/884)

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

12-
See the [v0.14.0 release notes](https://github.com/koordinates/kart/releases/tag/v0.14.0) for changes, upgrading, and compatibility notes.
12+
See the [v0.14.1 release notes](https://github.com/koordinates/kart/releases/tag/v0.14.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.14.0).
16+
Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.14.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.14.0);
22+
Download the .pkg installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.14.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.14.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.14.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.14.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.14.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.14.1rc2
1+
0.14.1

0 commit comments

Comments
 (0)