From d085ef30c608bda07dd7705629b14f80baef2205 Mon Sep 17 00:00:00 2001 From: Volker Stampa Date: Sun, 1 Dec 2024 07:23:59 +0100 Subject: [PATCH] Set version to 0.4.0 --- CHANGELOG.md | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f8b9c6..a12caf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ Changelog ========= -## next +## 0.4.0 + +- Include path info in FromJsonConverionError to refer to the part of the JSON document + that couldn't be converted. ## 0.3.1 diff --git a/README.md b/README.md index ce01d8c..86f3e9b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Usage -See [documentation](https://jsonype.readthedocs.io). +See [documentation](https://jsonype.readthedocs.io/v0.4.0/). ## Similar tools