Skip to content

Commit

Permalink
Release v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olsen232 committed Sep 27, 2023
1 parent 715f7ae commit 9936f86
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Please note that compatibility for 0.x releases (software or repositories) isn't

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

## 0.14.2 (UNRELEASED)
## 0.14.2

- Fixes a bug where the GPKG application ID is not being written in GPKG working copies - other software reading the GPKG may be confused by this. [#902](https://github.com/koordinates/kart/issues/902)
- Fixes a bug where points could shift by small amounts while importing point-clouds if the tiles were converted to COPC. [PDAL#4180](https://github.com/PDAL/PDAL/pull/4180)
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@

## Installing

### Upgrading to v0.14.1
### Upgrading to v0.14.2

See the [v0.14.1 release notes](https://github.com/koordinates/kart/releases/tag/v0.14.1) for changes, upgrading, and compatibility notes.
See the [v0.14.2 release notes](https://github.com/koordinates/kart/releases/tag/v0.14.2) for changes, upgrading, and compatibility notes.

### Windows

Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.14.1).
Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.14.2).

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

Download the .pkg installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.14.1);
Download the .pkg installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.14.2);

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

### Linux

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`.
For Debian/Ubuntu-based distributions, download the .deb package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.14.2) and install via `dpkg -i kart_*.deb`.

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`.
For RPM-based distributions, download the .rpm package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.14.2) and install via `rpm -i kart-*.rpm`.

### Source

Expand Down
2 changes: 1 addition & 1 deletion kart/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.2rc2
0.14.2

0 comments on commit 9936f86

Please sign in to comment.