We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5576baf commit d32dc11Copy full SHA for d32dc11
2 files changed
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# CHANGELOG
2
3
4
+## v0.2.0 (2026-04-24)
5
+
6
+### Features
7
8
+- Updated pyproject classifiers
9
+ ([`5576baf`](https://github.com/MarketSquare/robotframework-jsonvalidator/commit/5576baf9dd7301d3f30dcba9e7c3e63a3c0ed264))
10
11
12
## v0.1.8 (2026-04-24)
13
14
### Bug Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "robotframework-jsonvalidator"
-version = "0.1.8"
+version = "0.2.0"
description = "A lightweight JSON Schema validation library for Robot Framework with clear error reporting and flexible validation modes."
readme = "README.md"
license = "Apache-2.0"
0 commit comments