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