diff options
author | Alan Somers <asomers@gmail.com> | 2021-12-16 20:32:43 -0700 |
---|---|---|
committer | Alan Somers <asomers@gmail.com> | 2021-12-16 20:32:43 -0700 |
commit | afba7c5a33dd4fd62b047e64089487cf822ccec2 (patch) | |
tree | 444c0aab1b341c42cb3895fab57f5b14c95383c6 | |
parent | 81c0cf4dc6fc52cb7db08aa871062b72c2bb85f4 (diff) | |
download | nix-afba7c5a33dd4fd62b047e64089487cf822ccec2.zip |
(cargo-release) version 0.23.1
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e7687274..77d5b2a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). -## [Unreleased] - ReleaseDate +## [0.23.1] - 2021-12-16 ### Added ### Changed @@ -2,7 +2,7 @@ name = "nix" description = "Rust friendly bindings to *nix APIs" edition = "2018" -version = "0.23.0" +version = "0.23.1" rust-version = "1.46" authors = ["The nix-rust Project Developers"] repository = "https://github.com/nix-rust/nix" |