diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c9b538..6f74078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.11](https://github.com/OxideAV/oxideav-mp4/compare/v0.0.10...v0.0.11) - 2026-09-01 + +### Other + +- hide internal pub surface from rustdoc/semver (fleet rule 2026-09-01) + ## [0.0.10](https://github.com/OxideAV/oxideav-mp4/compare/v0.0.9...v0.0.10) - 2026-08-15 ### Other diff --git a/Cargo.toml b/Cargo.toml index f65a0f1..d5f6d0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxideav-mp4" -version = "0.0.10" +version = "0.0.11" edition = "2021" rust-version = "1.80" license = "MIT"