diff --git a/CHANGELOG.md b/CHANGELOG.md index 261fd1c..31b4569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.16.0](https://github.com/kixelated/mp4-atom/compare/v0.15.0...v0.16.0) - 2026-09-25 + +### Other + +- add support for .mp3 ([#237](https://github.com/kixelated/mp4-atom/pull/237)) +- Feature/UUID ([#231](https://github.com/kixelated/mp4-atom/pull/231)) +- add support for jpeg ([#235](https://github.com/kixelated/mp4-atom/pull/235)) +- add support for Apples dtyp box ([#234](https://github.com/kixelated/mp4-atom/pull/234)) +- add additional test ([#233](https://github.com/kixelated/mp4-atom/pull/233)) +- add support for mebx ([#230](https://github.com/kixelated/mp4-atom/pull/230)) +- Add support for mdta-style meta data ([#228](https://github.com/kixelated/mp4-atom/pull/228)) +- add support for Nero-style Chapter List Box (`chpl`) ([#232](https://github.com/kixelated/mp4-atom/pull/232)) +- preserve unknown stsd codec bodies on parse, refuse to emit ([#229](https://github.com/kixelated/mp4-atom/pull/229)) +- Add support for metadata tracks ([#226](https://github.com/kixelated/mp4-atom/pull/226)) + ## [0.15.0](https://github.com/kixelated/mp4-atom/compare/v0.14.0...v0.15.0) - 2026-07-31 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index ee319ac..041e1d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,7 +120,7 @@ dependencies = [ [[package]] name = "mp4-atom" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index a1e36e8..c49f271 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley ", "Brad Hards