From 57e5dfc6dffd8a371861ded8217e920abded8057 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Fri, 22 Sep 2023 15:25:06 -0600 Subject: [PATCH] chore: update changelog --- stac-cli/CHANGELOG.md | 4 ++++ stac-validate/CHANGELOG.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/stac-cli/CHANGELOG.md b/stac-cli/CHANGELOG.md index a7ca1276..dde3edb6 100644 --- a/stac-cli/CHANGELOG.md +++ b/stac-cli/CHANGELOG.md @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Changed + +- Better error messages for `stac validate` ([#190](https://github.com/stac-utils/stac-rs/pull/190)) + ## [0.0.3] - 2023-04-04 Moved over from [stac-incubator-rs](https://github.com/gadomski/stac-incubator-rs) ([#142](https://github.com/stac-utils/stac-rs/pull/142)) diff --git a/stac-validate/CHANGELOG.md b/stac-validate/CHANGELOG.md index 2f97e3ea..68b91fed 100644 --- a/stac-validate/CHANGELOG.md +++ b/stac-validate/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Added + +- Validation for `serde_json::Value` ([#190](https://github.com/stac-utils/stac-rs/pull/190)) + ## [0.1.0] - 2023-06-27 Initial release.