diff --git a/crates/strid-examples/CHANGELOG.md b/crates/strid-examples/CHANGELOG.md new file mode 100644 index 0000000..e4988d3 --- /dev/null +++ b/crates/strid-examples/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +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] + +## [10.0.0](https://github.com/bearcove/strid/compare/strid-examples-v9.0.0...strid-examples-v10.0.0) - 2026-05-19 + +### Other + +- v10.0.0 +- Fix clippy lints, no_std doctest, and wire up facet feature forwarding diff --git a/crates/strid/CHANGELOG.md b/crates/strid/CHANGELOG.md new file mode 100644 index 0000000..97a1100 --- /dev/null +++ b/crates/strid/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +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] + +## [10.0.0](https://github.com/bearcove/strid/compare/strid-v9.0.0...strid-v10.0.0) - 2026-05-19 + +### Other + +- v10.0.0 +- Fix clippy lints, no_std doctest, and wire up facet feature forwarding