Skip to content

Commit 61c2cd3

Browse files
committed
chore: release main
1 parent cb8347a commit 61c2cd3

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"feems": "0.14.0",
2+
"feems": "0.15.0",
33
"machinery-system-structure": "0.10.0",
44
"RunFEEMSSim": "0.4.4"
55
}

feems/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to the FEEMS package will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.15.0](https://github.com/SINTEF/FEEMS/compare/feems-v0.14.0...feems-v0.15.0) (2026-02-22)
9+
10+
11+
### Features
12+
13+
* add array support for engine emission-curve GHG override ([#85](https://github.com/SINTEF/FEEMS/issues/85)) ([bae5e76](https://github.com/SINTEF/FEEMS/commit/bae5e763f6ebf07fdeacd4e02d04628f8c1de2a6))
14+
* engine emission-curve GHG override with numpy array support ([#85](https://github.com/SINTEF/FEEMS/issues/85)) ([cb8347a](https://github.com/SINTEF/FEEMS/commit/cb8347ad1e5b95ad59cca13ea82a9432c91ad357))
15+
816
## [0.14.0](https://github.com/SINTEF/FEEMS/compare/feems-v0.13.4...feems-v0.14.0) (2026-02-20)
917

1018

feems/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "feems"
7-
version = "0.14.0"
7+
version = "0.15.0"
88
description = ""
99
readme = "README.md"
1010
requires-python = ">=3.10,<3.13"

0 commit comments

Comments
 (0)