diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 740cdb0..52ceeb6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Fix clippy warnings introduced in Rust 1.67 + hash: 1e43e97312f86bc9397b5054cccb83303c6cc35e + body: | + Done automatically with `cargo clippy --fix` + footer: + Change-type: patch + change-type: patch + Signed-off-by: Zahari Petkov + signed-off-by: Zahari Petkov + author: Zahari Petkov + nested: [] + version: 1.2.13 + title: "" + date: 2023-05-01T09:34:03.221Z - commits: - subject: Drop dependency of systemd when running tests hash: 11f6fbe43ca5d62b1824c827691207ffd78b328a diff --git a/CHANGELOG.md b/CHANGELOG.md index da20ae8..070b757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +# v1.2.13 +## (2023-05-01) + +* Fix clippy warnings introduced in Rust 1.67 [Zahari Petkov] + # v1.2.12 ## (2023-04-28) diff --git a/Cargo.lock b/Cargo.lock index 5b462d9..bd990da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1568,7 +1568,7 @@ dependencies = [ [[package]] name = "os-config" -version = "1.2.12" +version = "1.2.13" dependencies = [ "actix-net", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 62b66c3..978e587 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "os-config" -version = "1.2.12" +version = "1.2.13" authors = ["Zahari Petkov ", "Andrei Gherzan "] description = "balenaOS configuration tool" repository = "https://github.com/balena-os/os-config"