Skip to content

Commit b67e229

Browse files
ugrc-release-bot[bot]stdavis
authored andcommitted
chore: release v9.6.0
1 parent f97581d commit b67e229

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## [9.6.0](https://github.com/agrc/forklift/compare/v9.5.2...v9.6.0) (2025-06-23)
4+
5+
6+
### Features
7+
8+
* add utility function for mapping network drives ([f97581d](https://github.com/agrc/forklift/commit/f97581d8f8355daca47a211673e54bb61c363b6e))
9+
10+
11+
### Bug Fixes
12+
13+
* fix handler import ([0c72416](https://github.com/agrc/forklift/commit/0c724161e9db1fb220d07f5c6fac2c37fe5f108c))
14+
* handle fields for unregistered standalone tables ([85cc297](https://github.com/agrc/forklift/commit/85cc297394ed67d43a14900f4842cb302ed7c988))
15+
16+
17+
### Documentation
18+
19+
* update install steps ([2afb34e](https://github.com/agrc/forklift/commit/2afb34e2e4d7694e8a8f8d975e22f22e1e98703c))
20+
321
## [9.5.2](https://github.com/agrc/forklift/compare/v9.5.1...v9.5.2) (2025-05-02)
422

523

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.2",
16+
version="9.6.0",
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)