diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index aa940cc1..489d39c2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Update Rust crate nix to 0.25.0 + hash: ac933b530deb6fb30615de94bdb8d762e00f6a6e + body: | + Update nix to 0.25.0 + + Update nix from 0.24.2 to 0.25.0 + footer: + Change-type: minor + change-type: minor + author: Renovate Bot + version: 4.10.0 + title: "'Update Rust crate nix to 0.25.0'" + date: 2022-10-25T22:07:24.912Z - commits: - subject: Update Rust crate iron-cors to 0.8.0 hash: 13a99d980a33d0059714cc6d45437f989f9f90d5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca1619e..3e643e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## v4.10.0 - 2022-10-25 + +* Update Rust crate nix to 0.25.0 [Renovate Bot] + ## v4.9.0 - 2022-07-18 * Update Rust crate iron-cors to 0.8.0 [Renovate Bot] diff --git a/Cargo.lock b/Cargo.lock index 2df8994a..c4bb856e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -949,7 +949,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wifi-connect" -version = "4.9.0" +version = "4.10.0" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index b3c9d2dd..01e11866 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wifi-connect" -version = "4.9.0" +version = "4.10.0" authors = ["Zahari Petkov "] description = "Easy WiFi setup for Linux devices from your mobile phone or laptop"