Skip to content

Commit

Permalink
chore: Release mpeg2ts-reader version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dholroyd committed Feb 20, 2024
1 parent 0d11ee5 commit 7beeab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,8 @@
<!-- next-header -->

## Unreleased - FutureDate

## 0.16.0 - 2024-02-20
### Changed
- Updated to Rust 2021 edition
- `packet::TransportScramblingControl` changed from an enum to a struct. New `is_scrambled()` and `scheme()` methods
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mpeg2ts-reader"
version = "0.15.1"
version = "0.16.0"
authors = ["David Holroyd <dave@badgers-in-foil.co.uk>"]
description = "Parser for MPEG Transport Stream data"
repository = "https://github.com/dholroyd/mpeg2ts-reader"
Expand Down

0 comments on commit 7beeab8

Please sign in to comment.