Skip to content

Commit

Permalink
release: v0.3.0
Browse files Browse the repository at this point in the history
CHANGELOG:
- refactor: add "thread-safe" versions of certain functions
- perf(close): add translation step to simplify minfd/keep_fds
  specification
- perf(fditer): override FdIter::min() and Fditer::max() for efficiency
- ci: build for more supported targets
- feat(fditer): expose "possible" status of an FdIter
- fix: fix internal bugs
- refactor: major internal refactoring
- doc: improved documentation (and warnings)
- test: improved tests
  • Loading branch information
cptpcrd committed Jan 3, 2021
1 parent 834211e commit aaffabd
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.2.2"
version = "0.3.0"
edition = "2018"

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

0 comments on commit aaffabd

Please sign in to comment.