Skip to content

Commit 5ace81e

Browse files
committed
Version v0.25.0
1 parent 355ff74 commit 5ace81e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Versions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Version | Highlight |
44
| ------ | --------- |
5+
| 0.25.0 | Support sample intervals. Control first sample flags. Create subtitle init segments. Minor improvements and fixes |
56
| 0.24.0 | api-change: DecodeFile lazy mode. Enhanced segmenter example with lazy read/write. |
67
| 0.23.1 | fix: segment encode mode without optimization
78
| 0.23.0 | api-change: encode mode and optimization options |

mp4/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.24.0+dev" // May be updated using build flags
11-
commitDate string // commitDate in Epoch seconds (may be overridden using build flags)
10+
commitVersion string = "v0.25.0" // May be updated using build flags
11+
commitDate string // 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)