File tree 2 files changed +8
-3
lines changed
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
7
7
8
8
## [ Unreleased]
9
9
10
+ - Nothing yet
11
+
12
+ ## [ 0.2.0] - 2024-01-23
13
+
10
14
### Added
11
15
12
16
- Print image type (I, P, B) for AVC streams
@@ -29,5 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
33
- initial version of the repo
30
34
- ts-info tool
31
35
32
- [ Unreleased ] : https://github.com/Eyevinn/mp2ts-tools/releases/tag/v0.1.0...HEAD
36
+ [ Unreleased ] : https://github.com/Eyevinn/mp2ts-tools/releases/tag/v0.2.0...HEAD
37
+ [ v0.2.0 ] : https://github.com/Eyevinn/mp2ts-tools/releases/tag/v0.1.0...v0.2.0
33
38
[ 0.1.0 ] : https://github.com/Eyevinn/mp2ts-tools/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 7
7
)
8
8
9
9
var (
10
- commitVersion string = "v0.1 .0" // May be updated using build flags
11
- commitDate string = "1705306542 " // commitDate in Epoch seconds (may be overridden using build flags)
10
+ commitVersion string = "v0.2 .0" // May be updated using build flags
11
+ commitDate string = "1706026456 " // commitDate in Epoch seconds (may be overridden using build flags)
12
12
)
13
13
14
14
// GetVersion - get version and also commitHash and commitDate if inserted via Makefile
You can’t perform that action at this time.
0 commit comments