Skip to content

Commit

Permalink
Merge pull request #81 from Dash-Industry-Forum/v0.7
Browse files Browse the repository at this point in the history
Version v0.7.0 documentation
  • Loading branch information
tobbee authored Aug 24, 2023
2 parents 9cc1d29 + 9074fd1 commit 56c7526
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Nothing yet

## [0.7.0] - 2023-08-24

### Added

- much improved information web pages. Extracts MPD information from `ProgramInformation` inside MPDs.
Expand Down Expand Up @@ -76,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- features and URLs listed at livesim2 root page
- configurable generated stpp subtitles with timing info

[Unreleased]: https://github.com/Dash-Industry-Forum/livesim2/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/Dash-Industry-Forum/livesim2/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v0.5.1...v0.6.0
[0.5.1]: https://github.com/Dash-Industry-Forum/livesim2/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/Dash-Industry-Forum/livesim2/releases/tag/v0.5.0
4 changes: 2 additions & 2 deletions internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
)

var (
commitVersion string = "v0.6-dev" // Should be updated during build
commitDate string = "1692091210" // commitDate in Epoch seconds (can be filled/updated in during build)
commitVersion string = "v0.7.0" // Should be updated during build
commitDate string = "1692891745" // commitDate in Epoch seconds (can be filled/updated in during build)
)

// GetVersion - get version, commitHash, commitDate, expirationDate depending on what is inserted
Expand Down

0 comments on commit 56c7526

Please sign in to comment.