Skip to content

Commit

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

## [Unreleased]

## [0.3.1] - 2023-05-23

### Fixed

- Maximum BBFRAME length.

### Changed

- Use SO_REUSEADDR when listening on a multicast address.

## [0.3.0] - 2022-12-05

### Added
Expand Down Expand Up @@ -38,7 +48,9 @@ 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.2.0...HEAD
[unreleased]: https://github.com/daniestevez/dvb-gse/compare/v0.3.1...HEAD
[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
[0.1.2]: https://github.com/daniestevez/dvb-gse/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/daniestevez/dvb-gse/compare/v0.1.0...v0.1.1
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.0"
version = "0.3.1"
edition = "2021"
authors = ["Daniel Estevez <[email protected]>"]
description = "DVB-GSE (Digital Video Brodcast Generic Stream Encapsulation)"
Expand Down

0 comments on commit 4631346

Please sign in to comment.