We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d724e commit 2d84afdCopy full SHA for 2d84afd
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Version 0.4.2
4
+
5
+- Improve performance of `rows` iterators
6
7
## Version 0.4.1
8
9
- Implement `ExactSizeIterator` and `DoubleEndedIterator` for plane iterators
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "v_frame"
-version = "0.4.1"
+version = "0.4.2"
rust-version = "1.85.0"
description = "Video Frame data structures, originally part of rav1e"
license = "BSD-2-Clause"
0 commit comments