From 8f0cab8ec600ebead815fdc0851c6de769e6f1c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 09:14:30 +0000 Subject: [PATCH] chore: release v0.11.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9dd745..0ebb7b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0](https://github.com/kixelated/mp4-atom/compare/v0.10.1...v0.11.0) - 2026-04-02 + +### Added + +- add support for nclc colour type in colr box ([#110](https://github.com/kixelated/mp4-atom/pull/110)) + +### Other + +- Fix dref url self_contained flag bit position ([#147](https://github.com/kixelated/mp4-atom/pull/147)) +- implement LHVCDecoderConfigurationBox (lhvC) ([#141](https://github.com/kixelated/mp4-atom/pull/141)) +- Add Brad Hards to authors ([#144](https://github.com/kixelated/mp4-atom/pull/144)) +- implement 3GPP narrowband codec sample entry (samr) ([#135](https://github.com/kixelated/mp4-atom/pull/135)) +- fix up tests after recent commits ([#140](https://github.com/kixelated/mp4-atom/pull/140)) +- implement track reference (tref) box ([#139](https://github.com/kixelated/mp4-atom/pull/139)) +- implement Web Video Text Tracks (WebVTT) sample entry format ([#131](https://github.com/kixelated/mp4-atom/pull/131)) +- implement rtng box ([#136](https://github.com/kixelated/mp4-atom/pull/136)) +- implement ainf box. ([#122](https://github.com/kixelated/mp4-atom/pull/122)) +- add ccst support for AV1 ([#133](https://github.com/kixelated/mp4-atom/pull/133)) +- Add option for having taic box ([#132](https://github.com/kixelated/mp4-atom/pull/132)) +- implement hint media header (hmhd) box ([#115](https://github.com/kixelated/mp4-atom/pull/115)) +- Add support for "uri " infe boxes inside iinf ([#123](https://github.com/kixelated/mp4-atom/pull/123)) + ## [0.10.1](https://github.com/kixelated/mp4-atom/compare/v0.10.0...v0.10.1) - 2026-01-23 ### Other diff --git a/Cargo.lock b/Cargo.lock index 3e91785..ec7a5cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,7 +120,7 @@ dependencies = [ [[package]] name = "mp4-atom" -version = "0.10.1" +version = "0.11.0" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index c1c219c..93d4f82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley ", "Brad Hards