Skip to content

Commit f17139e

Browse files
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 <[email protected]>
1 parent 3d8d2a7 commit f17139e

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.1.4](https://github.com/eopb/serde_json_path_to_error/compare/v0.1.3...v0.1.4) - 2023-10-19
10+
11+
### Other
12+
- First release with a CHANGELOG (thanks to [github.com/MarcoIeni/release-plz](https://github.com/MarcoIeni/release-plz))
13+

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde_json_path_to_error"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Ethan Brierley <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"
@@ -27,4 +27,4 @@ serde_path_to_error = "0.1.14"
2727

2828

2929
[dev-dependencies]
30-
serde = { version = "1.0.188", features = ["derive"] }
30+
serde = { version = "1.0.188", features = ["derive"] }

0 commit comments

Comments
 (0)