Skip to content

Commit

Permalink
release: v0.3.1
Browse files Browse the repository at this point in the history
CHANGELOG:
- feat: Add support for listing /proc/self/fd on NetBSD
- feat: Add support for using close_range() on Linux 5.9+
- feat: Add support for using CLOSE_RANGE_CLOEXEC on Linux 5.11+
- feat: Add support for using close_range() on FreeBSD 12.2+
  • Loading branch information
cptpcrd committed Feb 26, 2021
1 parent d67ad81 commit 996b8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "close_fds"
version = "0.3.0"
version = "0.3.1"
edition = "2018"

description = "A library that makes it easy to close all open file descriptors."
Expand Down

0 comments on commit 996b8a9

Please sign in to comment.