Skip to content

Commit

Permalink
Merge pull request #224 from Eyevinn/v0.34.0
Browse files Browse the repository at this point in the history
Version 0.34.0
  • Loading branch information
tobbee authored Feb 28, 2023
2 parents 7e64bbe + fc7ec22 commit e79562e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`
Expand Down Expand Up @@ -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
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.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
Expand Down

0 comments on commit e79562e

Please sign in to comment.