Skip to content

Commit 2d84afd

Browse files
committed
Version 0.4.2
1 parent e4d724e commit 2d84afd

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.4.2
4+
5+
- Improve performance of `rows` iterators
6+
37
## Version 0.4.1
48

59
- Implement `ExactSizeIterator` and `DoubleEndedIterator` for plane iterators

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.4.1"
3+
version = "0.4.2"
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)