Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v1.0.0 #365

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Changelog

## [1.0.0](https://github.com/agrc/forklift/compare/v9.4.1...v1.0.0) (2024-05-08)


### 🚀 Features

* add ship then lift bat file ([a50afab](https://github.com/agrc/forklift/commit/a50afabbdc0a51df36d3aa1d3a3ed5a196f2c7f3))


### 🐛 Bug Fixes

* add missing source field type ([92c81df](https://github.com/agrc/forklift/commit/92c81df36cddb99e74407164cfad6352d5925d24))
* add new date-related field types ([64dcae2](https://github.com/agrc/forklift/commit/64dcae2d0a1f6d48c23473b5e0568ee56a298956))
* better link to windows download ([765d6d4](https://github.com/agrc/forklift/commit/765d6d497201ddd86ff5399ae30498db44ba00b9))
* bump pyopenssl to remove conflicts ([d415ed4](https://github.com/agrc/forklift/commit/d415ed4fe2d88b4c966b9ec38d6fa43ca654dc4f))
* clean up linting errors and test warnings ([f00cd54](https://github.com/agrc/forklift/commit/f00cd5485a11c405d3b8513ec5da66a1f8bd4673))
* don't use `is not` with literals ([7d95b9b](https://github.com/agrc/forklift/commit/7d95b9b82ea304d870d5ce7c4d070dfe007082bb))
* explicitly pass input coordinate system ([f3ea32e](https://github.com/agrc/forklift/commit/f3ea32ef68e48598b56c5d62a805fa4e6c9283f3))
* fix attachement name for smtp emails ([1edb801](https://github.com/agrc/forklift/commit/1edb80130256808448dfbb89ea84bc324f5f8420))
* handle missing spatial reference for services ([3875508](https://github.com/agrc/forklift/commit/38755081357fa2afed35997b7da569384187eb83))
* handle null value for servers ([1a555bf](https://github.com/agrc/forklift/commit/1a555bf4a6d78f041f8e22ded7caddfb09ed2972))
* ignore errors in test clean up ([bcc1571](https://github.com/agrc/forklift/commit/bcc1571524ff503abc01e243e342442cdae07a16))
* install arcgis package dependencies ([0392a44](https://github.com/agrc/forklift/commit/0392a44279d15aec778de0f295493fb8e9c2bbed))
* metadata fails for some agol services ([a9601c6](https://github.com/agrc/forklift/commit/a9601c63253048eaf40fd439746e8af99cf2181e))
* modernize project ([7759617](https://github.com/agrc/forklift/commit/77596171fb285bdcd26df50d954021a65a8a6bac))
* only run lift if ship process is successful ([5be2a84](https://github.com/agrc/forklift/commit/5be2a8486e416fa7faa52e4d6e1a577dca6b700c))
* 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)
* preserve metadata when creating destination ([4662559](https://github.com/agrc/forklift/commit/466255963a22f5195cf847890cdc688253cb24ed))
* spelling ([ab791b6](https://github.com/agrc/forklift/commit/ab791b695ed069fae49124f2d71c31c116524549))
* typo ([11a8bde](https://github.com/agrc/forklift/commit/11a8bde168a1e830a3512268a4213d51c4a9e366))
* undo ruff autofix ([0ab3fc4](https://github.com/agrc/forklift/commit/0ab3fc4d45a20af7a83547646e28f679e8dd4339))


### 📖 Documentation Improvements

* add metadata notes ([0f8ade2](https://github.com/agrc/forklift/commit/0f8ade271a1ee970253cf0e6f3f5f1541eedfe97))
* add some missing steps ([9b3b273](https://github.com/agrc/forklift/commit/9b3b2736ce9617c3a0e60bfa6f09e812cd71e354))
* define python version when creating environment ([0bb2890](https://github.com/agrc/forklift/commit/0bb28909cebaf16b2a7e6dfb0608a8ab6bff32c3))
* update readme to reflect ([6f50c16](https://github.com/agrc/forklift/commit/6f50c16f0331a851cace16823e2397f6dbb26aad))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="forklift",
version="9.4.1",
version="1.0.0",
license="MIT",
description="CLI tool for managing automated tasks.",
long_description=(Path(__file__).parent / "README.md").read_text(),
Expand Down
Loading