Skip to content

Commit

Permalink
Release v0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
olsen232 committed Sep 12, 2024
1 parent c708994 commit 5b8ba5d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ 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.15.3 (UNRELEASED)
## 0.15.3

- Replaces minimal patches with delta-filters - a more general-purpose way of filtering parts (inserts, updates, deletes) of JSON diffs when not all parts are required. [#998](https://github.com/koordinates/kart/pull/998)
- Remove automatic resolution of `localhost` before calling MSSQL driver. Fixes SQL Server instance names issue. [#999](https://github.com/koordinates/kart/issues/999)
- Upgraded pyodbc for compatibility with the latest MSSQL driver.

## 0.15.2

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.15.2
### Upgrading to v0.15.3

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

### Windows

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

> 💡 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.15.2);
Download the .pkg installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.15.3);

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.15.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.3) 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.15.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.3) and install via `rpm -i kart-*.rpm`.

### Source

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
project = "Kart"
copyright = "2022, Kart Contributors"
author = "Kart Contributors"
release = "0.15.2"
release = "0.15.3"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion kart/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.3rc1
0.15.3

0 comments on commit 5b8ba5d

Please sign in to comment.