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"] }