Skip to content

Commit

Permalink
chore: Release scte35-reader version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dholroyd committed Jan 30, 2025
1 parent f61410d commit 381b983
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.16.0 - 2025-01-30

### Changed
- The `SpliceCommand` enum is now marked `non_exhaustive` since there may be additions to it in future.
- Bumped to mpeg2ts-reader 0.18.2 release, which changes the structure of the `StreamType` type used for
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scte35-reader"
version = "0.15.0"
version = "0.16.0"
authors = ["David Holroyd <[email protected]>"]
description = "Reader for data formatted according to SCTE-35"
repository = "https://github.com/dholroyd/scte35-reader"
Expand All @@ -24,4 +24,4 @@ matches = "0.1.6"

[lints.rust]
# per https://github.com/rust-fuzz/cargo-fuzz/issues/372
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }

0 comments on commit 381b983

Please sign in to comment.