diff --git a/CHANGELOG.md b/CHANGELOG.md index c963d86..5ea436d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ Multi-planar capture will not be targeted in the near future unless someone else +#### 0.10 (released) + +> * Output device support! +> * Just the single-planar API for now. +> * Only write() I/O, no mmap or other buffer types. + #### 0.9 (released) > * New Handle type for passing around device handles diff --git a/Cargo.toml b/Cargo.toml index 934bc4d..bdd1d3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "v4l" description = "Safe video4linux (v4l) bindings" -version = "0.9.2" +version = "0.10.0" authors = ["Christopher N. Hesse "] edition = "2018" license = "MIT"