From 9655952a3b053b27cf02444eb58bd8bf9e6d2d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Karpel=C3=A8s?= Date: Tue, 1 Sep 2026 10:46:33 +0900 Subject: [PATCH] chore: release v0.0.11 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"