diff --git a/CHANGELOG.md b/CHANGELOG.md index ef337c9c..37987f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ 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.3 (UNRELEASED) +## 0.15.0 + +### Major changes + +- First and foremost: linked datasets! Kart now supports linking a tile-based dataset to tiles that are hosted on S3, so that the tiles don't need to be hosted on a Kart LFS server. For more information, see [Linked Datasets](https://docs.kartproject.org/en/latest/pages/s3.html#linked-datasets). [#905](https://github.com/koordinates/kart/issues/905) + +### Other changes - Native Apple Silicon builds are now available for macOS 12 and newer. [#927](https://github.com/koordinates/kart/pull/927) - Adds support for disabling the working-copy checkout of specific datasets using the commands `kart import DATASET --no-checkout` or `kart checkout --not-dataset=DATASET`, and re-enabling it using `kart checkout --dataset=DATASET`. [#926](https://github.com/koordinates/kart/pull/926) diff --git a/README.md b/README.md index a6cbc4fb..2f2d7d88 100644 --- a/README.md +++ b/README.md @@ -7,27 +7,27 @@ ## Installing -### Upgrading to v0.14.2 +### Upgrading to v0.15.0 -See the [v0.14.2 release notes](https://github.com/koordinates/kart/releases/tag/v0.14.2) for changes, upgrading, and compatibility notes. +See the [v0.15.0 release notes](https://github.com/koordinates/kart/releases/tag/v0.15.0) for changes, upgrading, and compatibility notes. ### Windows -Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.14.2). +Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.15.0). > 💡 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.2); +Download the .pkg installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.15.0); 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.2) 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.15.0) 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.2) 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.15.0) and install via `rpm -i kart-*.rpm`. ### Source diff --git a/docs/conf.py b/docs/conf.py index 068dbbe6..9796c05f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ project = "Kart" copyright = "2022, Kart Contributors" author = "Kart Contributors" -release = "0.14.2" +release = "0.15.0" # -- General configuration --------------------------------------------------- diff --git a/kart/VERSION b/kart/VERSION index 8e64dfc7..a5510516 100644 --- a/kart/VERSION +++ b/kart/VERSION @@ -1 +1 @@ -0.15.0rc1 +0.15.0