Skip to content

Commit

Permalink
up to v0.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Estévez <[email protected]>
  • Loading branch information
daniestevez committed Jul 19, 2023
1 parent 89929a2 commit abf9517
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2] - 2023-07-19

### Fixed

- Bug in handling of GSE packets with label re-use.

## [0.3.1] - 2023-05-23

### Fixed
Expand Down Expand Up @@ -48,7 +54,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.3.1...HEAD
[unreleased]: https://github.com/daniestevez/dvb-gse/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/daniestevez/dvb-gse/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/daniestevez/dvb-gse/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/daniestevez/dvb-gse/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/daniestevez/dvb-gse/compare/v0.1.2...v0.2.0
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.3.1"
version = "0.3.2"
edition = "2021"
authors = ["Daniel Estevez <[email protected]>"]
description = "DVB-GSE (Digital Video Brodcast Generic Stream Encapsulation)"
Expand Down

0 comments on commit abf9517

Please sign in to comment.