Skip to content

Commit 3ea94c5

Browse files
committed
docs: v0.3.0
1 parent 069ad14 commit 3ea94c5

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

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-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

internal/version.go

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

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

0 commit comments

Comments
 (0)