From d5cad11b41470c54e58af31ad934843bcfb3f15a Mon Sep 17 00:00:00 2001 From: Balena CI Date: Wed, 3 May 2023 14:48:33 +0000 Subject: [PATCH] v1.2.14 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 52ceeb6..658febe 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Remove redundant imports + hash: 8c289c9e85620be2e91b340f880b9891d926e9b9 + body: | + Done automatically by `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.14 + title: "" + date: 2023-05-03T14:48:32.044Z - commits: - subject: Fix clippy warnings introduced in Rust 1.67 hash: 1e43e97312f86bc9397b5054cccb83303c6cc35e diff --git a/CHANGELOG.md b/CHANGELOG.md index 070b757..a7a7be9 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.14 +## (2023-05-03) + +* Remove redundant imports [Zahari Petkov] + # v1.2.13 ## (2023-05-01) diff --git a/Cargo.lock b/Cargo.lock index bd990da..3d7004b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1568,7 +1568,7 @@ dependencies = [ [[package]] name = "os-config" -version = "1.2.13" +version = "1.2.14" dependencies = [ "actix-net", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 796f96f..5163082 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "os-config" -version = "1.2.13" +version = "1.2.14" authors = ["Zahari Petkov ", "Andrei Gherzan "] description = "balenaOS configuration tool" repository = "https://github.com/balena-os/os-config"