Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.11](https://github.com/Remade-With-Rust/rusty_av2d/compare/rusty_av2d-v0.2.10...rusty_av2d-v0.2.11) - 2026-09-10

### Other

- update rusty_av2d version to 0.2 in README
- 532 active installs

## [0.2.10](https://github.com/Remade-With-Rust/rusty_av2d/compare/rusty_av2d-v0.2.9...rusty_av2d-v0.2.10) - 2026-08-28

### Other
Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default-members = [".", "tools"]
[package]
name = "rusty_av2d"
authors = ["Mata Network <https://www.mata.network>", "Rav1d Developers", "Prossimo", "dav1d authors"]
version = "0.2.10"
version = "0.2.11"
edition = "2021"
rust-version = "1.79"
description = "Pure-Rust AV2 video decoder, no C/FFI. Byte-identical to the AVM reference decoder across a 57-clip conformance corpus."
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ name = "seek_stress"
rusty_alloc-api = "=1.1.6"
cfg-if = "1.0.0"
libc = "0.2"
rusty_av2d = { path = "../", version = "0.2.10", default-features = false, features = ["capi"] }
rusty_av2d = { path = "../", version = "0.2.11", default-features = false, features = ["capi"] }

[build-dependencies]
cc = "1.0.79"
Expand Down