From dce1090170c28797b90c62a59106dc2597363d03 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 18 Aug 2026 01:47:11 +0000 Subject: [PATCH 1/2] Prepare release v1.6.2 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbdb621..e97a69f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v1.6.2] - 2026-08-18 + ## [v1.6.0] - 2026-05-19 ### Added @@ -141,7 +143,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Release. -[Unreleased]: https://github.com/HDest-Community/HDBulletLib-Recasted/compare/v1.6.0...HEAD +[Unreleased]: https://github.com/HDest-Community/HDBulletLib-Recasted/compare/v1.6.2...HEAD + +[v1.6.2]: https://github.com/HDest-Community/HDBulletLib-Recasted/compare/v1.6.0...v1.6.2 [v1.6.0]: https://github.com/HDest-Community/HDBulletLib-Recasted/compare/v1.5.0...v1.6.0 From 9b60cbd52006c14625a3d554f3ec7b1321f75065 Mon Sep 17 00:00:00 2001 From: UndeadZeratul Date: Mon, 17 Aug 2026 20:54:23 -0500 Subject: [PATCH 2/2] Update Changelog --- CHANGELOG.md | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e97a69f..78165a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [v1.6.2] - 2026-08-18 +## [v1.7.0] - 2026-08-18 + +### Added + +- Added unique casing for each round type. +- Added RadTech Micro-Cells + +### Changed + +- Fixed Merchant Store Entries HDCoreLib Commands. +- Updated Micro-Cells to sync up with modern HDest Cell Batteries (#55). +- Softened HDCoreLib Dependency via newly implemented `HDCoreLoggingService` (#56). + +## [v1.6.1] - 2026-05-30 + +### Changed + +- A quick mix of the Merchant Store Entries HDCINFO commands but without the full HDCoreLib updates, made manually for those that might need it, but aren't running the latest commits still. ## [v1.6.0] - 2026-05-19 @@ -143,9 +160,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Release. -[Unreleased]: https://github.com/HDest-Community/HDBulletLib-Recasted/compare/v1.6.2...HEAD +[Unreleased]: https://github.com/HDest-Community/HDBulletLib-Recasted/compare/v1.7.0...HEAD + +[v1.7.0]: https://github.com/HDest-Community/HDBulletLib-Recasted/compare/v1.6.1...v1.7.0 -[v1.6.2]: https://github.com/HDest-Community/HDBulletLib-Recasted/compare/v1.6.0...v1.6.2 +[v1.6.1]: https://github.com/HDest-Community/HDBulletLib-Recasted/compare/v1.6.0...v1.6.1 [v1.6.0]: https://github.com/HDest-Community/HDBulletLib-Recasted/compare/v1.5.0...v1.6.0