Skip to content

Commit f1ad982

Browse files
authored
docs: v0.2.0 (#15)
1 parent bb57803 commit f1ad982

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+6-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+
## [0.2.0] - 2024-01-23
13+
1014
### Added
1115

1216
- 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
2933
- initial version of the repo
3034
- ts-info tool
3135

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
3338
[0.1.0]: https://github.com/Eyevinn/mp2ts-tools/releases/tag/v0.1.0

internal/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
)
88

99
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)
1212
)
1313

1414
// GetVersion - get version and also commitHash and commitDate if inserted via Makefile

0 commit comments

Comments
 (0)