Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: v0.45.0 #356

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Nothing yet

## [0.45.0] - 2024-06-06

### Changed

- minimum Go version 1.16.
Expand Down Expand Up @@ -605,7 +609,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.44.0...HEAD
[Unreleased]: https://github.com/Eyevinn/mp4ff/compare/v0.45.0...HEAD
[0.45.0]: https://github.com/Eyevinn/mp4ff/compare/v0.44.0...v0.45.0
[0.44.0]: https://github.com/Eyevinn/mp4ff/compare/v0.43.0...v0.44.0
[0.43.0]: https://github.com/Eyevinn/mp4ff/compare/v0.42.0...v0.43.0
[0.42.0]: https://github.com/Eyevinn/mp4ff/compare/v0.41.0...v0.42.0
Expand Down
4 changes: 2 additions & 2 deletions mp4/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
)

var (
commitVersion string = "v0.44.0" // May be updated using build flags
commitDate string = "1713532831" // commitDate in Epoch seconds (may be overridden using build flags)
commitVersion string = "v0.45.0" // May be updated using build flags
commitDate string = "1717703931" // commitDate in Epoch seconds (may be overridden using build flags)
)

// GetVersion - get version and also commitHash and commitDate if inserted via Makefile
Expand Down
Loading