Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro committed Sep 17, 2024
1 parent 52b9fdd commit 37c4e5b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## decoder Version 0.3.2

- Dependency bumps

## decoder Version 0.3.1

- Rework y4m decoder to support stdin and other `Read` types
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion av_metrics_decoders/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "av-metrics-decoders"
version = "0.3.1"
version = "0.3.2"
authors = ["Josh Holmer <jholmer.in@gmail.com>"]
edition = "2021"
description = "Decoders for use with av-metrics"
Expand Down
4 changes: 2 additions & 2 deletions av_metrics_tool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "av-metrics-tool"
version = "0.9.1"
version = "0.9.2"
authors = ["Josh Holmer <jholmer.in@gmail.com>"]
edition = "2021"
description = "A CLI tool for measuring audio/video metrics"
Expand All @@ -10,7 +10,7 @@ include = ["src/**/*", "LICENSE"]

[dependencies]
av-metrics = { version = "0.9", features = ["serde"] }
av-metrics-decoders = "0.3.1"
av-metrics-decoders = "0.3.2"
clap = "4"
console = "0.15.0"
indicatif = "0.17.1"
Expand Down

0 comments on commit 37c4e5b

Please sign in to comment.