From 89ba2affd221594398067b32006d500157e5cf97 Mon Sep 17 00:00:00 2001 From: "ugrc-release-bot[bot]" <113075024+ugrc-release-bot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 18:44:06 +0000 Subject: [PATCH] chore: release v6.0.5 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8b61ef..10c1dfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [6.0.5](https://github.com/agrc/palletjack/compare/v6.0.4...v6.0.5) (2026-08-07) + + +### Features + +* add optional match field parameter to update ([4c35612](https://github.com/agrc/palletjack/commit/4c35612ed58741bc38a159b03a6763ffda362418)), refs [#202](https://github.com/agrc/palletjack/issues/202) + + +### Dependencies + +* update geodatasets requirement ([59713b4](https://github.com/agrc/palletjack/commit/59713b49bda15f981665d20fe5b954c0223301cd)) +* update paramiko requirement from <5.0,>=3.0 to >=3.0,<6.0 ([cecf061](https://github.com/agrc/palletjack/commit/cecf0611cfda5cfa04f9b9cfe28a32078a0577db)) + ## [6.0.4](https://github.com/agrc/palletjack/compare/v6.0.3...v6.0.4) (2026-06-23) diff --git a/pyproject.toml b/pyproject.toml index 4339f66..b5c0a49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ugrc-palletjack" -version = "6.0.4" +version = "6.0.5" description = "Updating AGOL feature services with data from external tables." readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.11,<3.15"