Skip to content

Commit d1aef3a

Browse files
committed
v0.3.0
1 parent b00a64d commit d1aef3a

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tr.warnings; // list of warning messages, if any
2525
<dependency>
2626
<groupId>com.webfuzzing</groupId>
2727
<artifactId>overlay-jvm</artifactId>
28-
<version>0.2.0</version>
28+
<version>0.3.0</version>
2929
</dependency>
3030
```
3131

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.webfuzzing</groupId>
66
<artifactId>overlay-jvm</artifactId>
77

8-
<version>0.2.1-SNAPSHOT</version>
8+
<version>0.3.0</version>
99

1010
<inceptionYear>2026</inceptionYear>
1111
<name>overlay-jvm</name>

release_notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Under development in `master` branch.
44

5+
# 0.3.0
6+
7+
- Improved warning messages when JSON Paths match no nodes in the schema.
8+
59
# 0.2.0
610

711
- Renamed main entry point of library from `Processor` to `OverlayJVM`.

0 commit comments

Comments
 (0)