Skip to content
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"cli": "1.0.0"
"cli": "1.0.1"
}
8 changes: 8 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.1](https://github.com/agrc/utrans-tools/compare/ugrc-utrans-tools-v1.0.0...ugrc-utrans-tools-v1.0.1) (2026-08-20)


### Bug Fixes

* **cli:** make sure that UTRANS_NOTES values are truncated to 200 characters during etl ([1676c43](https://github.com/agrc/utrans-tools/commit/1676c431efd3a492cc43d5f3e014a378ca649413))
* **cli:** preserve invalid values for coded-value domain fields ([ef3897a](https://github.com/agrc/utrans-tools/commit/ef3897a17f080450f52f76cbcfa5d69d7bd21009)), closes [#19](https://github.com/agrc/utrans-tools/issues/19)

## [1.0.0](https://github.com/agrc/utrans-tools/compare/ugrc-utrans-tools-v0.1.0...ugrc-utrans-tools-v1.0.0) (2026-08-19)


Expand Down
2 changes: 1 addition & 1 deletion cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "ugrc-utrans-tools"
version = "1.0.0"
version = "1.0.1"
description = "Command-line tools for working with UTrans data."
readme = "README.md"
requires-python = ">=3.13"
Expand Down