We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c447c commit bb3dffbCopy full SHA for bb3dffb
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [9.7.2](https://github.com/agrc/forklift/compare/v9.7.1...v9.7.2) (2025-08-15)
4
+
5
6
+### Features
7
8
+* add git update to ship ([cccad2b](https://github.com/agrc/forklift/commit/cccad2b9977210fea8356ed73467cb59e195d303)), closes [#338](https://github.com/agrc/forklift/issues/338)
9
10
## [9.7.1](https://github.com/agrc/forklift/compare/v9.7.0...v9.7.1) (2025-07-30)
11
12
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="forklift",
16
- version="9.7.1",
+ version="9.7.2",
17
license="MIT",
18
description="CLI tool for managing automated tasks.",
19
long_description=(Path(__file__).parent / "README.md").read_text(),
0 commit comments