From 845c658b0f068c18e2b07caa1a47c38fbf383f77 Mon Sep 17 00:00:00 2001 From: pressler-vsc <78438270+pressler-vsc@users.noreply.github.com> Date: Fri, 31 Jul 2026 09:18:47 -0700 Subject: [PATCH] Prepare v1.10.1 release --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eefa7cb..68dc636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [1.10.1] - 2026-07-31 + ### Fixed - Warnings logged when not all CRSD support arrays written - Allow NaN in TxACX, TxACY, TxEB PVPs to indicate no transmit pulse for the vector @@ -296,7 +299,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Limited SICD Reading and Writing - Limited SIDD NITF Reading and Writing -[unreleased]: https://github.com/ValkyrieSystems/sarkit/compare/v1.10.0...HEAD +[unreleased]: https://github.com/ValkyrieSystems/sarkit/compare/v1.10.1...HEAD +[1.10.1]: https://github.com/ValkyrieSystems/sarkit/compare/v1.10.0...v1.10.1 [1.10.0]: https://github.com/ValkyrieSystems/sarkit/compare/v1.9.0...v1.10.0 [1.9.0]: https://github.com/ValkyrieSystems/sarkit/compare/v1.8.1...v1.9.0 [1.8.1]: https://github.com/ValkyrieSystems/sarkit/compare/v1.8.0...v1.8.1