Skip to content

Commit 87a61ed

Browse files
author
lewisjared
committed
Bump version: 0.2.0 → 0.2.1
1 parent 60af397 commit 87a61ed

7 files changed

Lines changed: 13 additions & 7 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.2.0"
2+
current_version = "0.2.1"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ This project uses [Semantic Versioning](https://semver.org/).
77

88
<!-- towncrier release notes start -->
99

10+
## climate-ref-aft 0.2.1 (2026-05-12)
11+
12+
### Bug Fixes
13+
14+
- Run ``helm dependency build`` before ``helm package`` in the release workflow so chart dependencies (e.g. ``dragonfly``) are vendored at publish time, restoring the tag-triggered Helm release job. ([#12](https://github.com/Climate-REF/climate-ref-aft/pulls/12))
15+
16+
1017
## climate-ref-aft 0.2.0 (2026-05-12)
1118

1219
### Features

changelog/12.fix.md

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

helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A Helm chart for deploying the Climate REF application for the CMIP
44
type: application
55

66
# Chart version tracks the AFT repo release version (SemVer)
7-
version: 0.2.0
7+
version: 0.2.1
88

99
# Application version tracks the climate-ref core version
1010
appVersion: "0.14.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "climate-ref-aft"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Rapid Evaluation Framework (REF) for the CMIP7 Assessment Fast Track (AFT)."
55
readme = "README.md"
66
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# to install the correct combination for integration testing.
66

77
[aft]
8-
version = "0.2.0"
8+
version = "0.2.1"
99

1010
[components]
1111
# Core framework (from Climate-REF/climate-ref monorepo)
@@ -20,6 +20,6 @@ climate-ref-ilamb = "0.14.0"
2020

2121
[helm]
2222
# Chart version tracks the AFT repo version
23-
chart-version = "0.2.0"
23+
chart-version = "0.2.1"
2424
# App version tracks the climate-ref core version
2525
app-version = "0.14.0"

0 commit comments

Comments
 (0)