Skip to content

Commit b06b4cc

Browse files
author
lewisjared
committed
Bump version: 0.9.0 → 0.9.1
1 parent 6d6f42f commit b06b4cc

21 files changed

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

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ authors:
2424
- family-names: "Xu"
2525
given-names: "Min"
2626
orcid: "https://orcid.org/0000-0003-3443-0300"
27-
version: 0.9.0
27+
version: 0.9.1
2828
doi: 10.5281/zenodo.15103441
29-
date-released: 2026-02-03
29+
date-released: 2026-02-05
3030
url: "https://github.com/Climate-REF/climate-ref"
3131
license: "Apache-2.0"

changelog/507.fix.md

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

changelog/507.improvement.md

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

changelog/508.docs.md

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

changelog/508.feature.md

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

changelog/511.improvement.md

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

changelog/512.improvement.md

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

docs/changelog.md

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

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

24+
## climate-ref 0.9.1 (2026-02-05)
25+
26+
### Features
27+
28+
- Added `ingest_data()` lifecycle hook to providers, enabling automatic dataset ingestion during `ref providers setup`. PMP climatology data is now ingested automatically, eliminating the need for a separate manual ingestion step. ([#508](https://github.com/Climate-REF/climate-ref/pull/508))
29+
30+
### Improvements
31+
32+
- Implemented coupled versioning for Helm chart: chart version, appVersion, and default image tag now stay in sync with the application version and are updated automatically by bump-my-version. ([#507](https://github.com/Climate-REF/climate-ref/pull/507))
33+
- Improved CLI performance by skipping database backup for read-only commands like `config list` and `datasets list`. ([#511](https://github.com/Climate-REF/climate-ref/pull/511))
34+
- Improved CLI startup time by deferring heavy imports until needed. ([#512](https://github.com/Climate-REF/climate-ref/pull/512))
35+
36+
### Bug Fixes
37+
38+
- Fixed Helm chart CI to use correct image tag override path (`defaults.image.tag` instead of invalid `climate-ref.image.tag`). ([#507](https://github.com/Climate-REF/climate-ref/pull/507))
39+
40+
### Improved Documentation
41+
42+
- Updated getting started documentation with clearer configuration and dataset download instructions. ([#508](https://github.com/Climate-REF/climate-ref/pull/508))
43+
44+
2445
## climate-ref 0.9.0 (2026-02-03)
2546

2647
### Features

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ type: application
66
# This is the chart version. This version number should be incremented each time you make changes
77
# to the chart and its templates, including the app version.
88
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9-
version: 0.9.0
9+
version: 0.9.1
1010

1111
# This is the version number of the application being deployed.
1212
# This should match the chart version for coupled versioning.
13-
appVersion: "0.9.0"
13+
appVersion: "0.9.1"
1414

1515
dependencies:
1616
- name: dragonfly

0 commit comments

Comments
 (0)