From a963672ec1b6186fbc07fecefdcb7584a54ecc6b Mon Sep 17 00:00:00 2001 From: release-plz Date: Sat, 7 Oct 2023 12:45:51 +0000 Subject: [PATCH] chore: release Signed-off-by: release-plz --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3a9daf7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# 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.3.3](https://github.com/jdrouet/serde-toml-merge/compare/v0.3.2...v0.3.3) - 2023-10-07 + +### Other +- *(ci)* configure release-plz +- *(deps)* Bump toml from 0.8.1 to 0.8.2 +- *(deps)* Bump toml from 0.8.0 to 0.8.1 +- fix codecov action diff --git a/Cargo.lock b/Cargo.lock index 37f59bd..48ef71b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -38,7 +38,7 @@ checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" [[package]] name = "serde-toml-merge" -version = "0.3.2" +version = "0.3.3" dependencies = [ "toml", ] diff --git a/Cargo.toml b/Cargo.toml index 2a016b0..1c328c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "serde-toml-merge" description = "Merge your toml values." -version = "0.3.2" +version = "0.3.3" edition = "2018" authors = ["Jeremie Drouet "] repository = "https://github.com/jdrouet/serde-toml-merge"