Skip to content

Commit 16ef4e6

Browse files
chore: release v0.9.1 (#62)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 471594a commit 16ef4e6

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.9.1](https://github.com/kixelated/mp4-atom/compare/v0.9.0...v0.9.1) - 2025-11-09
10+
11+
### Added
12+
13+
- *(skip)* free and skip boxes are now automatically skipped during parsing ([#69](https://github.com/kixelated/mp4-atom/pull/69))
14+
- *(hdlr)* Skips trailing padding in hdlr ([#70](https://github.com/kixelated/mp4-atom/pull/70))
15+
- *(meta)* add support for QuickTime style meta box ([#68](https://github.com/kixelated/mp4-atom/pull/68))
16+
17+
### Fixed
18+
19+
- *(eac3)* uses the correct number of sub streams, consumes all remaining bytes by definition ([#61](https://github.com/kixelated/mp4-atom/pull/61))
20+
921
## [0.9.0](https://github.com/kixelated/mp4-atom/compare/v0.8.1...v0.9.0) - 2025-09-21
1022

1123
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley <[email protected]>"]
55
repository = "https://github.com/kixelated/mp4-atom"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.9.0"
8+
version = "0.9.1"
99
edition = "2021"
1010

1111
keywords = ["mp4", "isobmff", "mp4box", "audio", "video"]

0 commit comments

Comments
 (0)