diff --git a/CHANGELOG.md b/CHANGELOG.md index 0028f99..8871a8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] +### Added +- Add meta field in index files to preserve compatibility with potential future changes by @daimond113 + +### Changed +- Remove verbosity from release mode logging by @daimond113 + ## [0.5.2] - 2024-12-19 ### Fixed - Change dependency types for removed peer dependencies by @daimond113 diff --git a/registry/CHANGELOG.md b/registry/CHANGELOG.md index 14dd6ed..f5a25d8 100644 --- a/registry/CHANGELOG.md +++ b/registry/CHANGELOG.md @@ -5,8 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] +### Changed +- Update to pesde lib API changes by @daimond113 + +## [0.1.1] - 2024-12-19 +### Changed +- Switch to traccing for logging by @daimond113 + ## [0.1.0] - 2024-12-14 ### Added - Rewrite registry for pesde v0.5.0 by @daimond113 -[0.1.0]: https://github.com/daimond113/pesde/compare/v0.4.7..v0.5.0 +[0.1.1]: https://github.com/daimond113/pesde/compare/v0.5.1%2Bregistry.0.1.0..v0.5.2%2Bregistry.0.1.1 +[0.1.0]: https://github.com/daimond113/pesde/compare/v0.4.7..v0.5.0%2Bregistry.0.1.0