Skip to content

Commit cc73787

Browse files
committed
Version 0.4.1
1 parent a2678f7 commit cc73787

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.1
4+
5+
- Implement `ExactSizeIterator` and `DoubleEndedIterator` for plane iterators
6+
37
## Version 0.4.0
48

59
- [Breaking] Rewrite the API

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.0"
3+
version = "0.4.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)