Skip to content

Commit

Permalink
doc: v0.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbee committed Nov 12, 2024
1 parent 5db7c0a commit 074dc1b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Nothing yet

## [0.47.0] - 2024-11-12

### Changed

- CreatePrftBox now takes flags parameter
- PrftBox Info output
- Removed ReplaceChild method of StsdBox
- CreateHdlr name for timed metadata
- extension .m4s is interpreted as MP4 file in mp4ff-pslister
- moved mp4.GetVersion() to internal.GetVersion()

### Added

Expand Down Expand Up @@ -661,7 +666,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- New unique repo name: `mp4ff`

[Unreleased]: https://github.com/Eyevinn/mp4ff/compare/v0.46.0...HEAD
[Unreleased]: https://github.com/Eyevinn/mp4ff/compare/v0.47.0...HEAD
[0.47.0]: https://github.com/Eyevinn/mp4ff/compare/v0.46.0...v0.47.0
[0.46.0]: https://github.com/Eyevinn/mp4ff/compare/v0.45.1...v0.46.0
[0.45.1]: https://github.com/Eyevinn/mp4ff/compare/v0.45.0...v0.45.1
[0.45.0]: https://github.com/Eyevinn/mp4ff/compare/v0.44.0...v0.45.0
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

var (
commitVersion string = "v0.46" // May be updated using build flags
commitVersion string = "v0.47" // May be updated using build flags
commitDate string = "1731409630" // commitDate in Epoch seconds (may be overridden using build flags)
)

Expand Down
2 changes: 1 addition & 1 deletion internal/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import "fmt"

func ExampleGetVersion() {
fmt.Println(GetVersion())
// Output: v0.46, date: 2024-11-12
// Output: v0.47, date: 2024-11-12
}

0 comments on commit 074dc1b

Please sign in to comment.