Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro committed Apr 10, 2024
1 parent 359c1c0 commit 5861012
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 228 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
container: shssoichiro/av1an-ci:latest
steps:
- uses: actions/checkout@v4
- name: Install Rust 1.62.0
uses: dtolnay/rust-toolchain@1.62.0
- name: Install Rust 1.74.1
uses: dtolnay/rust-toolchain@1.74.1
- name: Build
run: cargo check --locked

Expand All @@ -37,4 +37,3 @@ jobs:
run: cargo clippy
- name: Run tests
run: cargo test

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 0.5.0

- Bump minimum MSRV to 1.74.1
- Add rolling average to progress bar
- Add increment parameter for skipping video frames
- Bump all dependencies

## Version 0.4.1

- Add support for piping y4m input from stdin as one of the sources
Expand Down
Loading

0 comments on commit 5861012

Please sign in to comment.