Skip to content

Commit 6706493

Browse files
committed
docs: v0.3.0
1 parent 15a9469 commit 6706493

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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.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

internal/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
)
88

99
var (
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

0 commit comments

Comments
 (0)