From 9a92af481d5b5d3babfa8eccfd8437e465ede212 Mon Sep 17 00:00:00 2001 From: roll Date: Thu, 31 Oct 2019 17:52:59 +0300 Subject: [PATCH] v2.4.0 --- README.md | 4 ++++ goodtables/VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f72fda..27beb86 100644 --- a/README.md +++ b/README.md @@ -686,6 +686,10 @@ For now this documentation section is incomplete. Please see builtin presets to Here described only breaking and the most important changes. The full changelog and documentation for all released versions could be found in nicely formatted [commit history](https://github.com/frictionlessdata/goodtables-py/commits/master). +##### v2.4 + +- Added integrity checks for data packages. If `resource.bytes` or `resource.hash` (sha256) is provided it will be verified against actual values + ##### v2.3 - Added a [foreign keys check](#foreign-key) diff --git a/goodtables/VERSION b/goodtables/VERSION index 2bf1c1c..197c4d5 100644 --- a/goodtables/VERSION +++ b/goodtables/VERSION @@ -1 +1 @@ -2.3.1 +2.4.0