Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbee committed Nov 15, 2023
1 parent b41dd0c commit 0f81f81
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Nothing yet

## [1.0.1] - 2023-11-15

## Fixed

- Correct contentType match for subtitles (text)

## [1.0.0] - 2023-10-30

## Added
Expand Down Expand Up @@ -141,7 +147,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.0...HEAD
[Unreleased]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.0.1...HEAD
[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
[0.8.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v0.7.0...v0.8.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.0+dev" // Should be updated during build
commitDate string = "1698662515" // commitDate in Epoch seconds (can be filled/updated in during build)
commitVersion string = "v1.0.1" // Should be updated during build
commitDate string = "1700059593" // 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 0f81f81

Please sign in to comment.