Skip to content

Commit 7b81103

Browse files
committed
v0.3.4
1 parent 4dd540c commit 7b81103

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## v0.3.4
4+
5+
- Add categories to Cargo.toml.
6+
- Replace `nix` with `linux-ioctl`/`libc` to ease maintenance burden.
7+
- Implement `AsRawFd` and `AsFd` for types when applicable.
8+
- Fix an overzealous log output.
9+
10+
## Previous Versions
11+
12+
No changelog :(

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linuxvideo"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55
license = "0BSD"
66
description = "V4L2 video capture and output library"

0 commit comments

Comments
 (0)