We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d85ff0 commit 37b4f49Copy full SHA for 37b4f49
2 files changed
CHANGELOG.md
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.1.5](https://github.com/eopb/serde_json_path_to_error/compare/v0.1.4...v0.1.5) - 2025-06-14
10
+
11
+### Added
12
13
+- add raw_value feature ([#10](https://github.com/eopb/serde_json_path_to_error/pull/10))
14
15
## [0.1.4](https://github.com/eopb/serde_json_path_to_error/compare/v0.1.3...v0.1.4) - 2023-10-19
16
17
### Other
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "serde_json_path_to_error"
3
-version = "0.1.4"
+version = "0.1.5"
4
authors = ["Ethan Brierley <ethanboxx@gmail.com>"]
5
license = "MIT/Apache-2.0"
readme = "README.md"
0 commit comments