Skip to content

Commit f16f968

Browse files
committed
Version 0.5.1
1 parent be41ef5 commit f16f968

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Version 0.5.1
4+
5+
- [Feature] Add index-based plane accessors to `Frame`
6+
37
## Version 0.5.0
48

59
- [Breaking] Change the `copy_from_u8_slice_with_stride` to take stride in bytes instead of in pixels.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "v_frame"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
rust-version = "1.85.0"
55
description = "Video Frame data structures, originally part of rav1e"
66
license = "BSD-2-Clause"

0 commit comments

Comments
 (0)