From 0f81f812fb470469340117e0683641a796876952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Einarson?= Date: Wed, 15 Nov 2023 15:11:39 +0100 Subject: [PATCH] v1.0.1 --- CHANGELOG.md | 9 ++++++++- internal/version.go | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a93cde9..2e5b2e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/internal/version.go b/internal/version.go index 6fb758e..8ff290d 100644 --- a/internal/version.go +++ b/internal/version.go @@ -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