Skip to content

Commit 5dd14c3

Browse files
authored
Merge pull request #1461 from asomers/0.22.0
Release v0.22.0
2 parents 2957656 + b9447f1 commit 5dd14c3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased] - ReleaseDate
77
### Added
8+
### Changed
9+
### Fixed
10+
### Removed
11+
12+
## [0.22.0] - 9 July 2021
13+
### Added
814
- Added `if_nameindex` (#[1445](https://github.com/nix-rust/nix/pull/1445))
915
- Added `nmount` for FreeBSD.
1016
(#[1453](https://github.com/nix-rust/nix/pull/1453))

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.21.0"
5+
version = "0.22.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
@@ -93,7 +93,7 @@ To use `nix`, add this to your `Cargo.toml`:
9393

9494
```toml
9595
[dependencies]
96-
nix = "0.21.0"
96+
nix = "0.22.0"
9797
```
9898

9999
## Contributing

0 commit comments

Comments
 (0)