Skip to content

Commit 80aee67

Browse files
committed
Testing CI/CD workflow
1 parent 0309afd commit 80aee67

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to the model will be documented in this file. Breaking chang
44

55
## [Unreleased]
66

7+
## [0.0.5] - 2025-03-15
8+
79
### Changed
810

911
- The `water_temperature` variable in the constants data file has been replaced with `min_water_temperature`, `max_water_temperature` and `min_water_temperature_day_of_year`. Providing `water_temperature` will throw an error.
@@ -69,7 +71,8 @@ All notable changes to the model will be documented in this file. Breaking chang
6971
- Added option to aggregate CSV output for waterbodies at grid cell level, rather than breaking it down to waterbody level. Internal functions for aggregating to grid cell added (e.g. weighted means, fetching outflow reaches). This option can be used by specifying `&output > include_waterbody_breakdown = .false.` in the [model config file](./config.example/config.example.nml). Default is `.true.`.
7072
- This changelog.
7173

72-
[unreleased]: https://github.com/nerc-ceh/nanofase/compare/0.0.4...HEAD
74+
[unreleased]: https://github.com/nerc-ceh/nanofase/compare/0.0.5...HEAD
75+
[0.0.5]: https://github.com/nerc-ceh/nanofase/releases/tag/0.0.5
7376
[0.0.4]: https://github.com/nerc-ceh/nanofase/releases/tag/0.0.4
7477
[0.0.3]: https://github.com/nerc-ceh/nanofase/releases/tag/0.0.3
7578
[0.0.2]: https://github.com/nerc-ceh/nanofase/releases/tag/0.0.2

fpm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "nanofase"
2-
version = "0.0.4"
2+
version = "0.0.5"
33
license = "BSD-3-Clause"
44
author = "Sam Harrison"
55
maintainer = "[email protected]"

rattler.recipe/recipe.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
context:
2-
version: 0.0.4
2+
version: 0.0.5
33
name: nanofase
44

55
package:
@@ -10,6 +10,7 @@ source:
1010
path: ..
1111

1212
build:
13+
noarch: generic
1314
script: fpm @install --prefix=${PREFIX}
1415

1516
requirements:

0 commit comments

Comments
 (0)