From f17139ef7f83133f834988acfd668fd27f4cdeb0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 21:26:02 +0100 Subject: [PATCH] chore: release v0.1.4 (#9) * chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * purge changelog --------- 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> Co-authored-by: Ethan Brierley --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 4 ++-- 2 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..2409730 --- /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.1.4](https://github.com/eopb/serde_json_path_to_error/compare/v0.1.3...v0.1.4) - 2023-10-19 + +### Other +- First release with a CHANGELOG (thanks to [github.com/MarcoIeni/release-plz](https://github.com/MarcoIeni/release-plz)) + diff --git a/Cargo.toml b/Cargo.toml index 7a6488f..7a51b75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_json_path_to_error" -version = "0.1.3" +version = "0.1.4" authors = ["Ethan Brierley "] license = "MIT/Apache-2.0" readme = "README.md" @@ -27,4 +27,4 @@ serde_path_to_error = "0.1.14" [dev-dependencies] -serde = { version = "1.0.188", features = ["derive"] } \ No newline at end of file +serde = { version = "1.0.188", features = ["derive"] }