Skip to content

Conversation

@github-actions
Copy link
Contributor

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

🤖 New release

  • mp4-atom: 0.10.0 -> 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.45.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field Udta.cprt in /tmp/.tmp7Y0G7I/mp4-atom/src/moov/udta/mod.rs:14
  field Udta.kind in /tmp/.tmp7Y0G7I/mp4-atom/src/moov/udta/mod.rs:15
  field Minf.nmhd in /tmp/.tmp7Y0G7I/mp4-atom/src/moov/trak/mdia/minf/mod.rs:22
  field Minf.sthd in /tmp/.tmp7Y0G7I/mp4-atom/src/moov/trak/mdia/minf/mod.rs:23
  field Hvc1.ccst in /tmp/.tmp7Y0G7I/mp4-atom/src/moov/trak/mdia/minf/stbl/stsd/hevc/hvc1.rs:14

--- 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.45.0/src/lints/enum_variant_added.ron

Failed in:
  variant AnySampleGroupEntry:DirectReferenceSampleList in /tmp/.tmp7Y0G7I/mp4-atom/src/moov/trak/mdia/minf/stbl/sgpd.rs:137
Changelog

0.11.0 - 2026-01-16

Other

  • add support for the refs sample groups (#106)
  • add cprt and kind child boxes (#104)
  • add support for ccst child in hvc1 (#102)
  • add nmhd and sthd boxes (#103)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2026-01-16T10-49-35Z branch 2 times, most recently from 6e42b53 to ac4b8c0 Compare January 16, 2026 10:51
@github-actions github-actions bot force-pushed the release-plz-2026-01-16T10-49-35Z branch from ac4b8c0 to dedf32b Compare January 16, 2026 11:10
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.

1 participant