Skip to content

Commit

Permalink
chore: release v4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ugrc-release-bot[bot] authored Aug 15, 2024
1 parent 630f07b commit 3c92653
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## [4.4.3](https://github.com/agrc/palletjack/compare/4.4.2...v4.4.3) (2024-08-15)


### ⚠ BREAKING CHANGES

* FeatureServiceUpdater -> ServiceUpdater

### Features

* implement ServiceUpdater ([c538572](https://github.com/agrc/palletjack/commit/c5385721256d0bf1b7f854fb9251192dd67c9df3)), closes [#92](https://github.com/agrc/palletjack/issues/92)


### Bug Fixes

* run ruff as separate command ([4dc1361](https://github.com/agrc/palletjack/commit/4dc1361c8de9f64403f4512180a12262ad812e33))
* set python version to help with action caching ([b03756d](https://github.com/agrc/palletjack/commit/b03756dfdf197d96a14697ca4dce668472757336))


### Dependencies

* update geodatasets requirement ([630f07b](https://github.com/agrc/palletjack/commit/630f07b8beb9519da38c874fbd9c10b44ca20b73))
2 changes: 1 addition & 1 deletion src/palletjack/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""A single source of truth for the version in a programmatically-accessible variable.
This must only include a single line: __version__ = '0.0.0'
This must only include a single line: __version__ = '4.4.3'
"""

#: This will be automatically set by the publish action when it is uploaded to pypi; only change this for local dev
Expand Down

0 comments on commit 3c92653

Please sign in to comment.