Skip to content

Commit d74bfa1

Browse files
authored
Preparing release 0.4.0 (#10)
* Preparing release 0.4.0
1 parent f7a7d86 commit d74bfa1

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

HISTORY.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
0.4.0 (2025-11-05)
2+
------------------
3+
4+
New Features
5+
^^^^^^^^^^^^
6+
7+
* Allowing checker options to be specified via command line for all checkers.
8+
* Improved support of ``cc-plugin-wcrp``: enabled inter-file/dataset consistency & continuity checks.
9+
10+
Bug Fixes
11+
^^^^^^^^^
12+
13+
* Time continuity check: No longer throwing exception on unsupported time coordinates.
14+
15+
Breaking Changes
16+
^^^^^^^^^^^^^^^^
17+
18+
* No longer allowing respecification of checkers and options when resuming QA run (commit 3d2e082d40aef7c512ce828b1e4600ef81176e37).
19+
120
0.3.0 (2025-10-17)
221
------------------
322

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
include LICENSE
22
include README.md
33

4+
exclude ci/*
5+
46
recursive-include tests *.py
57
recursive-include fonts *
68

0 commit comments

Comments
 (0)