Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Jun 12, 2020
1 parent d282799 commit d536ad0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -26,7 +26,7 @@ release:
@echo "\nContinuing in 10 seconds. Press <CTRL+C> to abort\n" && sleep 10
@git log --pretty=format:"%C(yellow)%h%Creset %s%Cgreen%d" --reverse -20
@echo "\nReleasing v$(VERSION) in 10 seconds. Press <CTRL+C> to abort\n" && sleep 10
git commit -a -m 'v$(VERSION)' && git tag -a v$(VERSION) -m 'v$(VERSION)'
git commit --no-verify -a -m 'v$(VERSION)' && git tag -a v$(VERSION) -m 'v$(VERSION)'
git push --follow-tags

templates:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -763,6 +763,10 @@ $ make test

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.5

- Added `check.check_headers_hook` to support headers check for body-contexted checks (see https://github.com/frictionlessdata/goodtables-py/tree/v3 for native support)

##### v2.4

- Added integrity checks for data packages. If `resource.bytes` or `resource.hash` (sha256) is provided it will be verified against actual values
Expand Down
2 changes: 1 addition & 1 deletion goodtables/VERSION
@@ -1 +1 @@
2.4.16
2.5.0

0 comments on commit d536ad0

Please sign in to comment.