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 v2.0.2 #125

Merged
merged 1 commit into from
May 8, 2024
Merged
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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.0.2](https://github.com/agrc/sweeper/compare/v2.0.1...v2.0.2) (2024-05-08)


### 🐛 Bug Fixes

* look for change detection connection file in connections config folder ([cc5d4bf](https://github.com/agrc/sweeper/commit/cc5d4bf8f02e2233922aef48f0730292d140b2f2))
* make --table-name and --change-detect mutually exclusive ([37acc44](https://github.com/agrc/sweeper/commit/37acc44b2dd0bf80bca9dabcb0825bab7c30d92f))
* move release coverage upload to separate job ([fba9dcc](https://github.com/agrc/sweeper/commit/fba9dccb70ea478076a83939895319275c75a64a))
* upload code coverage after release ([1620d92](https://github.com/agrc/sweeper/commit/1620d92c8636c641c7793e41411ab19055413416))


### 📖 Documentation Improvements

* clarify default last checked date decision ([6d119cd](https://github.com/agrc/sweeper/commit/6d119cdef9d9c6223fdc687d2a68904fcb986510))

## [2.0.1](https://github.com/agrc/sweeper/compare/v2.0.0...v2.0.1) (2024-05-07)


Expand Down
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="ugrc-sweeper",
version="2.0.1",
version="2.0.2",
license="MIT",
description="CLI tool for making good data",
long_description=(Path(__file__).parent / "readme.md").read_text(),
Expand Down