Skip to content

Commit 10d8bbf

Browse files
committed
Version 0.5.1
1 parent e3901fc commit 10d8bbf

File tree

5 files changed

+65
-57
lines changed

5 files changed

+65
-57
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Version 0.5.1
2+
- Remove unneeded library specifiers that were previously needed by cargo-c
3+
4+
## Version 0.5.0
5+
- Bump y4m dependency to 0.6
6+
17
## Version 0.4.0
28
- Breaking Change: Use Frame, Pixel, etc. types from the `v_frame` crate,
39
instead of rolling our own. This should improve interoperability

Cargo.lock

+56-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ members = [
99
opt-level = 1
1010

1111
[replace]
12-
"av-metrics:0.5.0" = { path = "av_metrics" }
12+
"av-metrics:0.5.1" = { path = "av_metrics" }

av_metrics/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "av-metrics"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Josh Holmer <[email protected]>"]
55
edition = "2018"
66
description = "A collection of algorithms for measuring audio/video metrics"

av_metrics_tool/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "av-metrics-tool"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Josh Holmer <[email protected]>"]
55
edition = "2018"
66
description = "A CLI tool for measuring audio/video metrics"

0 commit comments

Comments
 (0)