Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
illegalprime committed Sep 5, 2023
1 parent 67f0b0b commit 8c1e5f4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "v4l"
description = "Safe video4linux (v4l) bindings"
version = "0.13.1"
version = "0.14.0"
authors = ["Christopher N. Hesse <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -11,8 +11,8 @@ repository= "https://github.com/raymanfx/libv4l-rs"
[dependencies]
bitflags = "1.2.1"
libc = "0.2"
v4l-sys = { path = "v4l-sys", version = "0.2.0", optional = true }
v4l2-sys = { path = "v4l2-sys", version = "0.2.0", package="v4l2-sys-mit", optional = true }
v4l-sys = { path = "v4l-sys", version = "0.2.1", optional = true }
v4l2-sys = { path = "v4l2-sys", version = "0.2.1", package="v4l2-sys-mit", optional = true }

[dev-dependencies]
glium = "0.27.0"
Expand Down
2 changes: 1 addition & 1 deletion v4l-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "v4l-sys"
description = "Raw video4linux (v4l) bindings"
version = "0.2.0"
version = "0.2.1"
authors = ["Christopher N. Hesse <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion v4l2-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "v4l2-sys-mit"
description = "Raw v4l2 bindings (MIT licensed)"
version = "0.2.0"
version = "0.2.1"
authors = ["Christopher N. Hesse <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 8c1e5f4

Please sign in to comment.