From 2ab400dc4cfca4aafc7b278529eece85381d1992 Mon Sep 17 00:00:00 2001 From: "Christopher N. Hesse" Date: Wed, 26 Aug 2020 22:10:43 +0200 Subject: [PATCH] v4l: 0.10.0 Signed-off-by: Christopher N. Hesse --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"