Skip to content

Commit

Permalink
Merge pull request #227 from Eyevinn/v0.34.1
Browse files Browse the repository at this point in the history
version v0.34.1
  • Loading branch information
tobbee authored Mar 9, 2023
2 parents 93e2d10 + 3ae36bd commit d5c5e72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
- Nothing yet

## [0.34.1] - 2023-03-09

### [Fixed]

- Only start new segment at start or styp box

Expand Down Expand Up @@ -367,7 +371,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.34.0...HEAD
[unreleased]: https://github.com/Eyevinn/mp4ff/compare/v0.34.1...HEAD
[0.34.1]: https://github.com/Eyevinn/mp4ff/compare/v0.34.0...v0.34.1
[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
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.34.0" // May be updated using build flags
commitDate string = "1677600951" // commitDate in Epoch seconds (may be overridden using build flags)
commitVersion string = "v0.34.1" // May be updated using build flags
commitDate string = "1678361120" // 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 d5c5e72

Please sign in to comment.