Skip to content

Commit 7bdfbd7

Browse files
committed
Merge remote-tracking branch 'origin/main' into refactor-intake-based
* origin/main: Bump version: 0.4.1 → 0.4.2 Add ZEC sample data (#21) Merge pull request #22 from bouweandela/add-tcre-sample-data
2 parents fe33e1e + 2f7ee7a commit 7bdfbd7

File tree

22 files changed

+128
-76
lines changed

22 files changed

+128
-76
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.4.1"
2+
current_version = "0.4.2"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

CHANGELOG.md

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

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

24+
## ref-sample-data 0.4.2 (2025-03-27)
25+
26+
### Features
27+
28+
- Added data for Zero Emission Commitment metric. ([#21](https://github.com/CMIP-REF/ref-sample-data/pulls/21))
29+
- Added data for Transient Climate Response to Cumulative CO2 Emissions (TCRE) metric. ([#22](https://github.com/CMIP-REF/ref-sample-data/pulls/22))
30+
31+
2432
## ref-sample-data 0.4.1 (2025-03-01)
2533

2634
### Bug Fixes

0 commit comments

Comments
 (0)