Skip to content

Commit

Permalink
update changelog; remove unrelated cmake change
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoup committed Jan 22, 2023
1 parent 11996e6 commit 57d106c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ _When adding new entries to the changelog, please include issue/PR numbers where
- Improved progress reporting during working-copy checkout. [#738](https://github.com/koordinates/kart/pull/738)
- Support for changing the primary key column of an existing dataset. [#238](https://github.com/koordinates/kart/issues/238)
- Help for the user get the working copy back into a valid state if a crash or similar causes it to become out of sync with the Kart repo. [#751](https://github.com/koordinates/kart/pull/751)
- Enable the background CLI helper on Linux & macOS in CI builds. The helper improves CLI performance significantly. [#776](https://github.com/koordinates/kart/pull/776)

## 0.11.5

Expand Down
2 changes: 1 addition & 1 deletion vcpkg-vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,6 @@ add_custom_target(
COMMENT "Vendor dependency archive")

add_custom_target(
vendor
vendor ALL
DEPENDS vendor_archive
COMMENT "Vendor dependencies")

0 comments on commit 57d106c

Please sign in to comment.