Skip to content

Commit 78fdac4

Browse files
committed
Release 0.1.1
1 parent 489d7fa commit 78fdac4

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.1] - 2025-05-17
9+
10+
### Added
11+
12+
- Add publish job to GitHub Actions for crates.io releases
13+
814
## [0.1.0] - 2024-11-14
915

1016
### Added
@@ -21,4 +27,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2127
- Property matching system
2228
- Clear error messages
2329

24-
[0.1.0]: https://github.com/tylium/json-test-rs/releases/tag/v0.1.0
30+
[0.1.0]: https://github.com/tylium/json-test-rs/releases/tag/v0.1.0

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json-test"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["Renaud Denis <mail@renauddenis.com>"]
66
description = "A testing library for JSON Path assertions in Rust"
@@ -22,4 +22,4 @@ jsonpath-rust = "0"
2222

2323
[dev-dependencies]
2424
pretty_assertions = "1"
25-
test-case = "3"
25+
test-case = "3"

0 commit comments

Comments
 (0)