Skip to content

Commit 41a3776

Browse files
author
znichollscr
committed
bump: version 0.19.2a1 -> 0.20.0
1 parent 76393b6 commit 41a3776

6 files changed

Lines changed: 21 additions & 5 deletions

File tree

β€Žchangelog/116.feature.mdβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žchangelog/116.improvement.mdβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žchangelog/116.trivial.mdβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žchangelog/119.fix.mdβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Ždocs/changelog.mdβ€Ž

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,26 @@ from the examples given in that link.
2121

2222
<!-- towncrier release notes start -->
2323

24+
## Input4MIPs validation v0.20.0 (2025-09-04)
25+
26+
27+
### πŸ†• Features
28+
29+
- Added [`input4mips_validation.cvs.author.Author`][], [`input4mips_validation.validation.email`][] and [`input4mips_validation.validation.orcid`][] to support the inclusion of parsable author information in the source ID CVs. ([#116](https://github.com/climate-resource/input4mips_validation/pull/116))
30+
31+
### πŸŽ‰ Improvements
32+
33+
- Added the `author` attribute to [`input4mips_validation.cvs.source_id.SourceIDValues`][] to support the inclusion of parsable author information in the source ID CVs. ([#116](https://github.com/climate-resource/input4mips_validation/pull/116))
34+
35+
### πŸ› Bug Fixes
36+
37+
- Fixed the `validate-tree` CLI (and associated functionality) so that it handles climatology files correctly ([#119](https://github.com/climate-resource/input4mips_validation/pull/119))
38+
39+
### πŸ”§ Trivial/Internal Changes
40+
41+
- [#116](https://github.com/climate-resource/input4mips_validation/pull/116)
42+
43+
2444
## Input4MIPs validation v0.19.1 (2025-02-08)
2545

2646

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"xarray",
2626
]
2727
name = "input4mips-validation"
28-
version = "0.19.2a1"
28+
version = "0.20.0"
2929
description = "Validation of input4MIPs data (checking file formats, metadata etc.)."
3030
readme = "README.md"
3131

0 commit comments

Comments
Β (0)