diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c01736d..a6198f3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Bump anyhow to v1.0.71 + hash: f036665005e1185a81d8826b383d95c9420d23fd + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Zahari Petkov + signed-off-by: Zahari Petkov + author: Zahari Petkov + nested: [] + version: 1.2.16 + title: "" + date: 2023-05-03T16:29:36.650Z - commits: - subject: Upgrade actix-web to 4.2 and fatrw to latest hash: 9de4dfbf32f6c9b5c1cdf1983772ecb550e178b4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f48cc3..567d8c3 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.16 +## (2023-05-03) + +* Bump anyhow to v1.0.71 [Zahari Petkov] + # v1.2.15 ## (2023-05-03) diff --git a/Cargo.lock b/Cargo.lock index a923c18..400b8d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1497,7 +1497,7 @@ dependencies = [ [[package]] name = "os-config" -version = "1.2.15" +version = "1.2.16" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 0a267b7..397ec94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "os-config" -version = "1.2.15" +version = "1.2.16" authors = ["Zahari Petkov ", "Andrei Gherzan "] description = "balenaOS configuration tool" repository = "https://github.com/balena-os/os-config"