Skip to content

Commit

Permalink
Merge pull request #146 from Dash-Industry-Forum/v1.1.0
Browse files Browse the repository at this point in the history
v1.1.0
  • Loading branch information
tobbee authored Jan 4, 2024
2 parents 098d5cc + 8880af1 commit 38da4db
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

## [1.1.0] - 2024-01-04

### Added

- UTCTiming "mode" `keep` forwards UTCTiming values from VoD MPD
Expand Down Expand Up @@ -155,7 +159,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/v1.0.1...HEAD
[Unreleased]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v0.9.0...v1.0.0
[0.9.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v0.8.0...v0.9.0
Expand Down
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 = "v1.0.1" // Should be updated during build
commitDate string = "1700059593" // commitDate in Epoch seconds (can be filled/updated in during build)
commitVersion string = "v1.1.0" // Should be updated during build
commitDate string = "1704385703" // commitDate in Epoch seconds (can be filled/updated in during build)
)

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

0 comments on commit 38da4db

Please sign in to comment.