From f77943907863c1075b2eb0fa96a5f2037f754c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Einarson?= Date: Fri, 19 Apr 2024 15:20:59 +0200 Subject: [PATCH] doc: v0.44.0 --- CHANGELOG.md | 7 ++++++- mp4/version.go | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa6a6f0..b336b654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Nothing yet + +## [0.44.0] - 2024-04-19 + ### Added - New `TryDecodeMfro` function @@ -583,7 +587,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.43.0...HEAD +[Unreleased]: https://github.com/Eyevinn/mp4ff/compare/v0.44.0...HEAD +[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 [0.41.0]: https://github.com/Eyevinn/mp4ff/compare/v0.40.2...v0.41.0 diff --git a/mp4/version.go b/mp4/version.go index e47db6f7..db93473c 100644 --- a/mp4/version.go +++ b/mp4/version.go @@ -7,8 +7,8 @@ import ( ) var ( - commitVersion string = "v0.43.0" // May be updated using build flags - commitDate string = "1712251234" // commitDate in Epoch seconds (may be overridden using build flags) + commitVersion string = "v0.44.0" // May be updated using build flags + commitDate string = "1713532831" // commitDate in Epoch seconds (may be overridden using build flags) ) // GetVersion - get version and also commitHash and commitDate if inserted via Makefile