From 381b98307d9d6a106443c5aa671b8ffd2328a9b9 Mon Sep 17 00:00:00 2001 From: David Holroyd Date: Thu, 30 Jan 2025 01:14:54 +0000 Subject: [PATCH] chore: Release scte35-reader version 0.16.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ddb221..16dd368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 38881ae..22f090d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scte35-reader" -version = "0.15.0" +version = "0.16.0" authors = ["David Holroyd "] description = "Reader for data formatted according to SCTE-35" repository = "https://github.com/dholroyd/scte35-reader" @@ -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)'] } \ No newline at end of file +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }