Skip to content

Commit

Permalink
Merge pull request #1461 from asomers/0.22.0
Browse files Browse the repository at this point in the history
Release v0.22.0
  • Loading branch information
asomers committed Jul 9, 2021
2 parents 2957656 + b9447f1 commit 5dd14c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased] - ReleaseDate
### Added
### Changed
### Fixed
### Removed

## [0.22.0] - 9 July 2021
### Added
- Added `if_nameindex` (#[1445](https://github.com/nix-rust/nix/pull/1445))
- Added `nmount` for FreeBSD.
(#[1453](https://github.com/nix-rust/nix/pull/1453))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "nix"
description = "Rust friendly bindings to *nix APIs"
edition = "2018"
version = "0.21.0"
version = "0.22.0"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -93,7 +93,7 @@ To use `nix`, add this to your `Cargo.toml`:

```toml
[dependencies]
nix = "0.21.0"
nix = "0.22.0"
```

## Contributing
Expand Down

0 comments on commit 5dd14c3

Please sign in to comment.