From 349dc453ae56deeb401eecbd50183ebd12859570 Mon Sep 17 00:00:00 2001 From: Michael Eden Date: Tue, 5 Sep 2023 10:34:05 -0400 Subject: [PATCH] version bump --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1645ff6..f2ec853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ Currently, the focus is on implementing the high-level V4L2 single-planar API. Multi-planar capture will not be targeted in the near future unless someone else starts working on it. +## [0.13.1] - 2023-05-26 +### Added +- Basic multi-planar streaming support ## [0.13.1] - 2022-12-08 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index a4ae1bf..747e95d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "v4l" description = "Safe video4linux (v4l) bindings" -version = "0.13.1" +version = "0.14.0" authors = ["Christopher N. Hesse "] edition = "2018" license = "MIT"