Skip to content

Commit 03c7765

Browse files
ugrc-release-bot[bot]stdavis
authored andcommitted
chore: release v9.5.1
1 parent e4ce1a6 commit 03c7765

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [9.5.1](https://github.com/agrc/forklift/compare/v9.5.0...v9.5.1) (2024-06-10)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* add support for data with global id fields that does not use change detection ([e4ce1a6](https://github.com/agrc/forklift/commit/e4ce1a6c61508044b5e5edce156547651e862a05))
9+
* set update status for global id datasets ([10dd9d0](https://github.com/agrc/forklift/commit/10dd9d075886bfb8418e7634e6a0181e765a32ab))
10+
311
### 9.4.0 (2021-09-08)
412

513
#### Features

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="forklift",
16-
version="9.5.0",
16+
version="9.5.1",
1717
license="MIT",
1818
description="CLI tool for managing automated tasks.",
1919
long_description=(Path(__file__).parent / "README.md").read_text(),

0 commit comments

Comments
 (0)