Skip to content

Commit

Permalink
Merge pull request #15 from jdrouet/release-plz/2023-10-07T12-45-51Z
Browse files Browse the repository at this point in the history
chore: release v0.3.3
  • Loading branch information
jdrouet authored Oct 7, 2023
2 parents dadb2e0 + a963672 commit 16a75ef
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
repository = "https://github.com/jdrouet/serde-toml-merge"
Expand Down

0 comments on commit 16a75ef

Please sign in to comment.