Skip to content

Commit 8000296

Browse files
chore: release v0.9.0 (#45)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c9a229e commit 8000296

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.9.0](https://github.com/kixelated/mp4-atom/compare/v0.8.1...v0.9.0) - 2025-09-21
10+
11+
### Fixed
12+
13+
- *(eac3)* make box members public ([#59](https://github.com/kixelated/mp4-atom/pull/59))
14+
- [**breaking**] add saiz and saio to traf ([#49](https://github.com/kixelated/mp4-atom/pull/49))
15+
- support multiple saio and saiz boxes ([#44](https://github.com/kixelated/mp4-atom/pull/44))
16+
17+
### Other
18+
19+
- add support for AC-3 sample entry and related dac3 box ([#58](https://github.com/kixelated/mp4-atom/pull/58))
20+
- implement basic FLAC support ([#57](https://github.com/kixelated/mp4-atom/pull/57))
21+
- minor code fixes ([#56](https://github.com/kixelated/mp4-atom/pull/56))
22+
- Relaxed reserved bits validation on `Avcc` decode ([#55](https://github.com/kixelated/mp4-atom/pull/55))
23+
- Fix some clippy warnings by boxing Trak. ([#52](https://github.com/kixelated/mp4-atom/pull/52))
24+
- Add claude.md ([#51](https://github.com/kixelated/mp4-atom/pull/51))
25+
- Add Claude Code GitHub Workflow ([#50](https://github.com/kixelated/mp4-atom/pull/50))
26+
- Add optional boxes used in fragmented mp4 ([#47](https://github.com/kixelated/mp4-atom/pull/47))
27+
- Shrink the size of the Meta struct. ([#48](https://github.com/kixelated/mp4-atom/pull/48))
28+
- Optionally add the first-sample-flags ([#46](https://github.com/kixelated/mp4-atom/pull/46))
29+
930
## [0.8.1](https://github.com/kixelated/mp4-atom/compare/v0.8.0...v0.8.1) - 2025-05-15
1031

1132
### Other

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.8.1"
8+
version = "0.9.0"
99
edition = "2021"
1010

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

0 commit comments

Comments
 (0)