Skip to content

Commit c827d79

Browse files
authored
Merge pull request #71 from SINTEF/release-please--branches--main
chore: release main
2 parents c0d2ea5 + 9ba95d5 commit c827d79

5 files changed

Lines changed: 25 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"feems": "0.13.0",
3-
"machinery-system-structure": "0.9.0",
4-
"RunFEEMSSim": "0.4.0"
2+
"feems": "0.13.1",
3+
"machinery-system-structure": "0.9.1",
4+
"RunFEEMSSim": "0.4.1"
55
}

RunFEEMSSim/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to the RunFeemsSim 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.4.1](https://github.com/SINTEF/FEEMS/compare/RunFeemsSim-v0.4.0...RunFeemsSim-v0.4.1) (2026-02-11)
9+
10+
11+
### Bug Fixes
12+
13+
* release updated ([c0d2ea5](https://github.com/SINTEF/FEEMS/commit/c0d2ea5da92328f1feb69176dc821d60de79bb5a))
14+
815
## [0.4.0](https://github.com/SINTEF/FEEMS/compare/RunFeemsSim-v0.3.1...RunFeemsSim-v0.4.0) (2026-02-11)
916

1017

RunFEEMSSim/pyproject.toml

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

55
[project]
66
name = "RunFeemsSim"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
description = "A library for running feems simulation"
99
readme = "README.md"
1010
requires-python = ">=3.10"

feems/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.13.1](https://github.com/SINTEF/FEEMS/compare/feems-v0.13.0...feems-v0.13.1) (2026-02-11)
9+
10+
11+
### Bug Fixes
12+
13+
* release updated ([c0d2ea5](https://github.com/SINTEF/FEEMS/commit/c0d2ea5da92328f1feb69176dc821d60de79bb5a))
14+
815
## [0.13.0](https://github.com/SINTEF/FEEMS/compare/feems-v0.12.1...feems-v0.13.0) (2026-02-11)
916

1017

machinery-system-structure/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to the MachSysS (Machinery System Structure) package will be
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.9.1](https://github.com/SINTEF/FEEMS/compare/MachSysS-v0.9.0...MachSysS-v0.9.1) (2026-02-11)
9+
10+
11+
### Bug Fixes
12+
13+
* release updated ([c0d2ea5](https://github.com/SINTEF/FEEMS/commit/c0d2ea5da92328f1feb69176dc821d60de79bb5a))
14+
815
## [0.9.0](https://github.com/SINTEF/FEEMS/compare/MachSysS-v0.8.1...MachSysS-v0.9.0) (2026-02-11)
916

1017

0 commit comments

Comments
 (0)