Skip to content

Commit

Permalink
up to v0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Estévez <[email protected]>
  • Loading branch information
daniestevez committed Nov 1, 2023
1 parent 74d7690 commit cc0b3dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dvb-gse"
version = "0.4.4"
version = "0.5.0"
edition = "2021"
authors = ["Daniel Estevez <[email protected]>"]
description = "DVB-GSE (Digital Video Brodcast Generic Stream Encapsulation)"
Expand Down

0 comments on commit cc0b3dd

Please sign in to comment.