Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro committed Nov 20, 2022
1 parent 0e22c61 commit e8753c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.3.2

- Reduce amount of boilerplace and unsafe code in `PlaneData`

## Version 0.3.1

- Add `rows_iter_mut` method to `Plane`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "v_frame"
version = "0.3.1"
version = "0.3.2"
description = "Video Frame data structures, originally part of rav1e"
license = "BSD-2-Clause"
authors = ["Luca Barbato <[email protected]>"]
Expand Down

0 comments on commit e8753c4

Please sign in to comment.