From fc7ec229b4d7ab3930f6daf3cb0775662917603c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbjo=CC=88rn=20Einarsson?= Date: Tue, 28 Feb 2023 17:16:58 +0100 Subject: [PATCH] version 0.34.0 --- CHANGELOG.md | 5 ++++- mp4/version.go | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 856312b7..4efa26f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.34.0] - 2023-02-28 + ### Added - New function: `mp4.NewMediaSegmentWithStyp()` @@ -361,7 +363,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.33.2...HEAD +[unreleased]: https://github.com/Eyevinn/mp4ff/compare/v0.34.0...HEAD +[0.34.0]: https://github.com/Eyevinn/mp4ff/compare/v0.33.2...v0.34.0 [0.33.2]: https://github.com/Eyevinn/mp4ff/compare/v0.33.1...v0.33.2 [0.33.1]: https://github.com/Eyevinn/mp4ff/compare/v0.33.0...v0.33.1 [0.33.0]: https://github.com/Eyevinn/mp4ff/compare/v0.32.0...v0.33.0 diff --git a/mp4/version.go b/mp4/version.go index 64346b1a..4e89ac13 100644 --- a/mp4/version.go +++ b/mp4/version.go @@ -7,8 +7,8 @@ import ( ) var ( - commitVersion string = "v0.33.2" // May be updated using build flags - commitDate string = "1674682900" // commitDate in Epoch seconds (may be overridden using build flags) + commitVersion string = "v0.34.0" // May be updated using build flags + commitDate string = "1677600951" // commitDate in Epoch seconds (may be overridden using build flags) ) // GetVersion - get version and also commitHash and commitDate if inserted via Makefile