Skip to content

Commit 96054b6

Browse files
bors[bot]asomers
andauthored
Merge #1277
1277: Release version 0.18.0 r=asomers a=asomers Co-authored-by: Alan Somers <[email protected]>
2 parents 2a668fa + 59615ed commit 96054b6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
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.18.0] - 26 July 2020
13+
### Added
814
- Added `fchown(2)` wrapper.
915
(#[1257](https://github.com/nix-rust/nix/pull/1257))
1016
- Added support on linux systems for `MAP_HUGE_`_`SIZE`_ family of flags.

Cargo.toml

+1-1
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.17.0"
5+
version = "0.18.0"
66
authors = ["The nix-rust Project Developers"]
77
repository = "https://github.com/nix-rust/nix"
88
license = "MIT"

README.md

+1-1
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.17.0"
94+
nix = "0.18.0"
9595
```
9696

9797
## Contributing

0 commit comments

Comments
 (0)