File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed 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-05-25
13+
1014### Changed
1115
1216- Catalog is now based on Github [ catalog] of Feb. 28 2025
@@ -48,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4852
4953- initial version of the repo
5054
51- [ Unreleased ] : https://github.com/Eyevinn/mp2ts-tools/releases/tag/v0.2.0...HEAD
55+ [ Unreleased ] : https://github.com/Eyevinn/mp2ts-tools/releases/tag/v0.3.0...HEAD
56+ [ 0.3.0 ] : https://github.com/Eyevinn/mp2ts-tools/releases/tag/v0.2.0...v0.2.0
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
5459
Original file line number Diff line number Diff line change 88)
99
1010var (
11- commitVersion string = "0.2 .0" // Should be updated during build
12- commitDate string = "1745819115 " // commitDate in Epoch seconds (can be filled/updated in during build)
11+ commitVersion string = "0.3 .0" // Should be updated during build
12+ commitDate string = "1748208638 " // commitDate in Epoch seconds (can be filled/updated in during build)
1313)
1414
1515// GetVersion - get version, commitHash and commitDate depending on what is inserted
You can’t perform that action at this time.
0 commit comments