diff --git a/CHANGELOG.md b/CHANGELOG.md index b596c28..a1591f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 0.9.1 + +* [RUSTSEC-2023-0075](https://rustsec.org/advisories/RUSTSEC-2023-0075.html): Update + `unsafe-libyaml` to `0.2.10` ([#353](https://github.com/bowlofeggs/rpick/pull/353)). +* [GHSA-c827-hfw6-qwvm](https://github.com/advisories/GHSA-c827-hfw6-qwvm): Update + `rustix` to `0.38.30` ([#359](https://github.com/bowlofeggs/rpick/pull/359)). +* The minimum supported Rust version is now 1.70.0. +* Update dependencies. + # 0.9.0 * The minimum supported Rust version is now 1.66. diff --git a/Cargo.lock b/Cargo.lock index 02d2276..e83c754 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -679,7 +679,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "rpick" -version = "0.9.0" +version = "0.9.1" dependencies = [ "approx", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 577fb30..38c2533 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpick" -version = "0.9.0" +version = "0.9.1" authors = ["Randy Barlow "] license = "GPL-3.0" readme = "README.md"