Skip to content

Commit

Permalink
Merge pull request #293 from Eyevinn/v0.40.1
Browse files Browse the repository at this point in the history
docs: v0.40.1 update
  • Loading branch information
tobbee committed Nov 1, 2023
2 parents 9fd0480 + bbe7b3b commit 381fa68
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Nothing yet

## [0.40.1] - 2023-11-01

### Fixed

- Swap of parameters in mp4ff-decrypt

## [0.40.0] - 2023-10-28

### Added
Expand All @@ -33,6 +39,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- SPS.ChromaArrayType method
- Makefile now builds all CLI applications with version

### Changed

- Removed examples/decrypt-cenc and instead made cmd/mp4ff-decrypt

## [0.39.0] - 2023-10-13

### Changed
Expand Down Expand Up @@ -494,7 +504,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.40.0...HEAD
[Unreleased]: https://github.com/Eyevinn/mp4ff/compare/v0.40.1...HEAD
[0.40.1]: https://github.com/Eyevinn/mp4ff/compare/v0.40.0...v0.40.1
[0.40.0]: https://github.com/Eyevinn/mp4ff/compare/v0.39.0...v0.40.0
[0.39.0]: https://github.com/Eyevinn/mp4ff/compare/v0.38.0...v0.39.0
[0.38.1]: https://github.com/Eyevinn/mp4ff/compare/v0.37.0...v0.38.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.40.+" // May be updated using build flags
commitDate string = "1698471348" // commitDate in Epoch seconds (may be overridden using build flags)
commitVersion string = "v0.40.1" // May be updated using build flags
commitDate string = "1698825496" // 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 381fa68

Please sign in to comment.