From cc0b3dd9e282c96bd72d943a1c1639b4d4d446cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Est=C3=A9vez?= Date: Wed, 1 Nov 2023 16:30:05 +0100 Subject: [PATCH] up to v0.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Estévez --- CHANGELOG.md | 10 +++++++++- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b170f..6877a35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - 2023-11-01 + +### Changed + +- `GSEPacketDefrag::defragment` and `GSEPacket::split_bbframe` now return an + error instead of panicking if the BBFRAME is malformed. + ## [0.4.4] - 2023-10-18 ### Fixed @@ -89,7 +96,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[unreleased]: https://github.com/daniestevez/dvb-gse/compare/v0.4.4...HEAD +[unreleased]: https://github.com/daniestevez/dvb-gse/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/daniestevez/dvb-gse/compare/v0.4.4...v0.5.0 [0.4.4]: https://github.com/daniestevez/dvb-gse/compare/v0.4.3...v0.4.4 [0.4.3]: https://github.com/daniestevez/dvb-gse/compare/v0.4.2...v0.4.3 [0.4.2]: https://github.com/daniestevez/dvb-gse/compare/v0.4.1...v0.4.2 diff --git a/Cargo.toml b/Cargo.toml index 8aba727..e5448d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dvb-gse" -version = "0.4.4" +version = "0.5.0" edition = "2021" authors = ["Daniel Estevez "] description = "DVB-GSE (Digital Video Brodcast Generic Stream Encapsulation)"