Skip to content

Commit b551f44

Browse files
ugrc-release-bot[bot]stdavis
authored andcommitted
chore: release v9.5.0
1 parent 3ff2575 commit b551f44

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Changelog
2+
3+
## [9.5.0](https://github.com/agrc/forklift/compare/v9.4.1...v9.5.0) (2024-05-08)
4+
5+
6+
### 🚀 Features
7+
8+
* add ship then lift bat file ([a50afab](https://github.com/agrc/forklift/commit/a50afabbdc0a51df36d3aa1d3a3ed5a196f2c7f3))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* add missing source field type ([92c81df](https://github.com/agrc/forklift/commit/92c81df36cddb99e74407164cfad6352d5925d24))
14+
* add new date-related field types ([64dcae2](https://github.com/agrc/forklift/commit/64dcae2d0a1f6d48c23473b5e0568ee56a298956))
15+
* better link to windows download ([765d6d4](https://github.com/agrc/forklift/commit/765d6d497201ddd86ff5399ae30498db44ba00b9))
16+
* bump pyopenssl to remove conflicts ([d415ed4](https://github.com/agrc/forklift/commit/d415ed4fe2d88b4c966b9ec38d6fa43ca654dc4f))
17+
* clean up linting errors and test warnings ([f00cd54](https://github.com/agrc/forklift/commit/f00cd5485a11c405d3b8513ec5da66a1f8bd4673))
18+
* don't use `is not` with literals ([7d95b9b](https://github.com/agrc/forklift/commit/7d95b9b82ea304d870d5ce7c4d070dfe007082bb))
19+
* explicitly pass input coordinate system ([f3ea32e](https://github.com/agrc/forklift/commit/f3ea32ef68e48598b56c5d62a805fa4e6c9283f3))
20+
* fix attachement name for smtp emails ([1edb801](https://github.com/agrc/forklift/commit/1edb80130256808448dfbb89ea84bc324f5f8420))
21+
* handle missing spatial reference for services ([3875508](https://github.com/agrc/forklift/commit/38755081357fa2afed35997b7da569384187eb83))
22+
* handle null value for servers ([1a555bf](https://github.com/agrc/forklift/commit/1a555bf4a6d78f041f8e22ded7caddfb09ed2972))
23+
* ignore errors in test clean up ([bcc1571](https://github.com/agrc/forklift/commit/bcc1571524ff503abc01e243e342442cdae07a16))
24+
* install arcgis package dependencies ([0392a44](https://github.com/agrc/forklift/commit/0392a44279d15aec778de0f295493fb8e9c2bbed))
25+
* metadata fails for some agol services ([a9601c6](https://github.com/agrc/forklift/commit/a9601c63253048eaf40fd439746e8af99cf2181e))
26+
* modernize project ([7759617](https://github.com/agrc/forklift/commit/77596171fb285bdcd26df50d954021a65a8a6bac))
27+
* only run lift if ship process is successful ([5be2a84](https://github.com/agrc/forklift/commit/5be2a8486e416fa7faa52e4d6e1a577dca6b700c))
28+
* preserve global id values for crates that don't use change detection ([1a893df](https://github.com/agrc/forklift/commit/1a893dfff962e85edac2a95a8bfa62cb7bea3193)), closes [#341](https://github.com/agrc/forklift/issues/341)
29+
* preserve metadata when creating destination ([4662559](https://github.com/agrc/forklift/commit/466255963a22f5195cf847890cdc688253cb24ed))
30+
* spelling ([ab791b6](https://github.com/agrc/forklift/commit/ab791b695ed069fae49124f2d71c31c116524549))
31+
* typo ([11a8bde](https://github.com/agrc/forklift/commit/11a8bde168a1e830a3512268a4213d51c4a9e366))
32+
* undo ruff autofix ([0ab3fc4](https://github.com/agrc/forklift/commit/0ab3fc4d45a20af7a83547646e28f679e8dd4339))
33+
34+
35+
### 🌲 Dependencies
36+
37+
* bump deps suggested by dependabot ([b8c816c](https://github.com/agrc/forklift/commit/b8c816c11ce903b017abbd73bcdce6e4140a83ea))
38+
39+
40+
### 📖 Documentation Improvements
41+
42+
* add metadata notes ([0f8ade2](https://github.com/agrc/forklift/commit/0f8ade271a1ee970253cf0e6f3f5f1541eedfe97))
43+
* add some missing steps ([9b3b273](https://github.com/agrc/forklift/commit/9b3b2736ce9617c3a0e60bfa6f09e812cd71e354))
44+
* define python version when creating environment ([0bb2890](https://github.com/agrc/forklift/commit/0bb28909cebaf16b2a7e6dfb0608a8ab6bff32c3))
45+
* simplify example commands ([3ff2575](https://github.com/agrc/forklift/commit/3ff2575ae2a572b6f8085c061fbba11aaa945979))
46+
* update readme to reflect ([6f50c16](https://github.com/agrc/forklift/commit/6f50c16f0331a851cace16823e2397f6dbb26aad))

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