Skip to content

Commit 0456214

Browse files
authored
Merge pull request #179 from Dash-Industry-Forum/v1.3.0
docs: v1.3.0
2 parents 5f5059d + fcd18f3 commit 0456214

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Nothing yet
11+
12+
## [1.3.0] - 2024-04-23
13+
1014
### Added
1115

1216
- MPD Patch functionality with new `/patch_ttl` URL configuration
@@ -205,7 +209,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
205209
- features and URLs listed at livesim2 root page
206210
- configurable generated stpp subtitles with timing info
207211

208-
[Unreleased]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.2.1...HEAD
212+
[Unreleased]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.3.0...HEAD
213+
[1.3.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.2.2...v1.3.0
214+
[1.2.2]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.2.1...v1.2.2
209215
[1.2.1]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.2.0...v1.2.1
210216
[1.2.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.1.1...v1.2.0
211217
[1.1.1]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.1.0...v1.1.1

internal/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212
)
1313

1414
var (
15-
commitVersion string = "v1.2.2" // Should be updated during build
16-
commitDate string = "1709624124" // commitDate in Epoch seconds (can be filled/updated in during build)
15+
commitVersion string = "v1.3.0" // Should be updated during build
16+
commitDate string = "1713872562" // commitDate in Epoch seconds (can be filled/updated in during build)
1717
)
1818

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

0 commit comments

Comments
 (0)