Skip to content

Commit b67883b

Browse files
committed
Release v0.19.0.
1 parent 59e33bc commit b67883b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased] - ReleaseDate
77
### Added
8+
### Changed
9+
### Fixed
10+
### Removed
11+
12+
## [0.19.0] - 6 October 2020
13+
### Added
814
- Added Netlink protocol families to the `SockProtocol` enum
915
(#[1289](https://github.com/nix-rust/nix/pull/1289))
1016
- Added `clock_gettime`, `clock_settime`, `clock_getres`,
@@ -17,7 +23,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1723

1824
### Changed
1925
- Expose `SeekData` and `SeekHole` on all Linux targets
20-
(#[1284](https://github.com/nix-rust/nix/pull/1284))
26+
(#[1284](https://github.com/nix-rust/nix/pull/1284))
2127
- Changed unistd::{execv,execve,execvp,execvpe,fexecve,execveat} to take both `&[&CStr]` and `&[CString]` as its list argument(s).
2228
(#[1278](https://github.com/nix-rust/nix/pull/1278))
2329
- Made `unistd::fork` an unsafe funtion, bringing it in line with [libstd's decision](https://github.com/rust-lang/rust/pull/58059).

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "nix"
33
description = "Rust friendly bindings to *nix APIs"
44
edition = "2018"
5-
version = "0.18.0"
5+
version = "0.19.0"
66
authors = ["The nix-rust Project Developers"]
77
repository = "https://github.com/nix-rust/nix"
88
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To use `nix`, add this to your `Cargo.toml`:
9191

9292
```toml
9393
[dependencies]
94-
nix = "0.18.0"
94+
nix = "0.19.0"
9595
```
9696

9797
## Contributing

0 commit comments

Comments
 (0)