From 32e18d965627140d43b15c7e135f49c6387bf649 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 17:41:39 +0100 Subject: [PATCH] chore: release (#9) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..823fb0b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.7.1](https://github.com/hseeberger/configured/compare/v0.7.0...v0.7.1) - 2023-11-05 + +### Other +- Revert "build(release): configure pre-release-commit-message" +- add release-plz diff --git a/Cargo.lock b/Cargo.lock index 68cf8c4..b58cc18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,7 +72,7 @@ dependencies = [ [[package]] name = "configured" -version = "0.7.0" +version = "0.7.1" dependencies = [ "config", "serde", diff --git a/Cargo.toml b/Cargo.toml index 7f0e207..46c74b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "configured" -version = "0.7.0" +version = "0.7.1" edition = "2021" description = "Utility to load configuration from well defined layers into any type which can be deserialized by Serde." authors = [ "Heiko Seeberger " ]