Skip to content

Commit 2f7ee7a

Browse files
author
lewisjared
committed
Bump version: 0.4.1 → 0.4.2
1 parent 3e67572 commit 2f7ee7a

6 files changed

Lines changed: 12 additions & 6 deletions

File tree

.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

changelog/21.feature.md

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

changelog/22.feature.md

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

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ref-sample-data"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "CMIP Rapid Evaluation Framework Sample Data"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)