Skip to content

chore: release v0.11.0#130

Open
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2026-01-26T00-21-53Z
Open

chore: release v0.11.0#130
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2026-01-26T00-21-53Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Jan 26, 2026

🤖 New release

  • mp4-atom: 0.10.1 -> 0.11.0 (⚠ API breaking changes)

mp4-atom breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field Hev1.lhvc in /tmp/.tmpU8L4mB/mp4-atom/src/moov/trak/mdia/minf/stbl/stsd/hevc/hev1.rs:8
  field Hvc1.lhvc in /tmp/.tmpU8L4mB/mp4-atom/src/moov/trak/mdia/minf/stbl/stsd/hevc/hvc1.rs:9
  field Av01.ccst in /tmp/.tmpU8L4mB/mp4-atom/src/moov/trak/mdia/minf/stbl/stsd/av01.rs:12
  field Uncv.taic in /tmp/.tmpU8L4mB/mp4-atom/src/moov/trak/mdia/minf/stbl/stsd/uncv.rs:14
  field ItemInfoEntry.item_uri_type in /tmp/.tmpU8L4mB/mp4-atom/src/meta/iinf.rs:27
  field Moov.ainf in /tmp/.tmpU8L4mB/mp4-atom/src/moov/mod.rs:23
  field Udta.rtng in /tmp/.tmpU8L4mB/mp4-atom/src/moov/udta/mod.rs:19
  field Trak.tref in /tmp/.tmpU8L4mB/mp4-atom/src/moov/trak/mod.rs:23
  field Minf.hmhd in /tmp/.tmpU8L4mB/mp4-atom/src/moov/trak/mdia/minf/mod.rs:26

--- failure enum_no_repr_variant_discriminant_changed: enum variant had its discriminant change value ---

Description:
The enum's variant had its discriminant value change. This breaks downstream code that used its value via a numeric cast like `as isize`.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html#assigning-discriminant-values
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_no_repr_variant_discriminant_changed.ron

Failed in:
  variant Colr::Ricc 1 -> 2 in /tmp/.tmpU8L4mB/mp4-atom/src/moov/trak/mdia/minf/stbl/stsd/colr.rs:17
  variant Colr::Prof 2 -> 3 in /tmp/.tmpU8L4mB/mp4-atom/src/moov/trak/mdia/minf/stbl/stsd/colr.rs:20

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_variant_added.ron

Failed in:
  variant Colr:Nclc in /tmp/.tmpU8L4mB/mp4-atom/src/moov/trak/mdia/minf/stbl/stsd/colr.rs:12
Changelog

0.11.0 - 2026-04-02

Added

  • add support for nclc colour type in colr box (#110)

Other

  • Fix dref url self_contained flag bit position (#147)
  • implement LHVCDecoderConfigurationBox (lhvC) (#141)
  • Add Brad Hards to authors (#144)
  • implement 3GPP narrowband codec sample entry (samr) (#135)
  • fix up tests after recent commits (#140)
  • implement track reference (tref) box (#139)
  • implement Web Video Text Tracks (WebVTT) sample entry format (#131)
  • implement rtng box (#136)
  • implement ainf box. (#122)
  • add ccst support for AV1 (#133)
  • Add option for having taic box (#132)
  • implement hint media header (hmhd) box (#115)
  • Add support for "uri " infe boxes inside iinf (#123)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2026-01-26T00-21-53Z branch 3 times, most recently from ce56159 to 79f6b75 Compare January 28, 2026 13:41
@github-actions github-actions bot force-pushed the release-plz-2026-01-26T00-21-53Z branch 8 times, most recently from 2516b0b to 640feca Compare February 25, 2026 08:58
@github-actions github-actions bot force-pushed the release-plz-2026-01-26T00-21-53Z branch from 640feca to c880f12 Compare April 2, 2026 08:51
@github-actions github-actions bot force-pushed the release-plz-2026-01-26T00-21-53Z branch from c880f12 to 8f0cab8 Compare April 2, 2026 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants