File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ ## [ 0.3.0] - 2025-10-14
13+
1014### Added
1115
1216- New ` mp2ts-extract ` tool to extract elementary video streams from TS files
@@ -47,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4751- initial version of the repo
4852- ts-info tool
4953
50- [ Unreleased ] : https://github.com/Eyevinn/mp2ts-tools/releases/tag/v0.2.1...HEAD
54+ [ Unreleased ] : https://github.com/Eyevinn/mp2ts-tools/releases/tag/v0.3.0...HEAD
55+ [ 0.3.0 ] : https://github.com/Eyevinn/mp2ts-tools/releases/tag/v0.2.1...v0.3.0
5156[ 0.2.1 ] : https://github.com/Eyevinn/mp2ts-tools/releases/tag/v0.2.0...v0.2.1
5257[ 0.2.0 ] : https://github.com/Eyevinn/mp2ts-tools/releases/tag/v0.1.0...v0.2.0
5358[ 0.1.0 ] : https://github.com/Eyevinn/mp2ts-tools/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 77)
88
99var (
10- commitVersion string = "v0.2.1 " // May be updated using build flags
11- commitDate string = "1706176128 " // commitDate in Epoch seconds (may be overridden using build flags)
10+ commitVersion string = "v0.3.0 " // May be updated using build flags
11+ commitDate string = "1760474121 " // commitDate in Epoch seconds (may be overridden using build flags)
1212)
1313
1414// GetVersion - get version and also commitHash and commitDate if inserted via Makefile
You can’t perform that action at this time.
0 commit comments