Skip to content

Commit 53added

Browse files
authored
Merge pull request #66 from SINTEF/release-please--branches--main
chore: release main
2 parents 2fc02d0 + 7729465 commit 53added

File tree

7 files changed

+49
-6
lines changed

7 files changed

+49
-6
lines changed

.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.11.13",
3-
"machinery-system-structure": "0.7.9",
4-
"RunFEEMSSim": "0.2.6"
2+
"feems": "0.12.0",
3+
"machinery-system-structure": "0.8.0",
4+
"RunFEEMSSim": "0.3.0"
55
}

RunFEEMSSim/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.3.0](https://github.com/SINTEF/FEEMS/compare/RunFeemsSim-v0.2.6...RunFeemsSim-v0.3.0) (2026-02-11)
9+
10+
11+
### Features
12+
13+
* add py.typed to packages ([6267bcd](https://github.com/SINTEF/FEEMS/commit/6267bcdbab3b25a6697b97c7b5d96a6a533b6896))
14+
15+
16+
### Documentation
17+
18+
* add comprehensive documentation for PyPI publication ([d8a55ca](https://github.com/SINTEF/FEEMS/commit/d8a55cab4152d3bfc4602d0918e4dfbb06e70d70))
19+
820
## [0.2.6] - 2024-02-11
921

1022
### Changed

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.2.6"
7+
version = "0.3.0"
88
description = "A library for running feems simulation"
99
readme = "README.md"
1010
requires-python = ">=3.10"

feems/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ 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.12.0](https://github.com/SINTEF/FEEMS/compare/feems-v0.11.13...feems-v0.12.0) (2026-02-11)
9+
10+
11+
### Features
12+
13+
* Add available_fuel_options_by_converter property ([1badf62](https://github.com/SINTEF/FEEMS/commit/1badf626fb9f01aceb8cc9ec2bd0e426f8d9d7d3))
14+
* Add available_fuel_options_by_converter property ([ecd0eba](https://github.com/SINTEF/FEEMS/commit/ecd0ebaae15adbd12660a67ba0b728b973ef6332))
15+
16+
17+
### Bug Fixes
18+
19+
* Add ShorePower to ElectricPowerSystem ([#50](https://github.com/SINTEF/FEEMS/issues/50)) ([28d5cff](https://github.com/SINTEF/FEEMS/commit/28d5cff88e6d866ec3c20024083f5568892b4097))
20+
21+
22+
### Documentation
23+
24+
* add comprehensive documentation for PyPI publication ([d8a55ca](https://github.com/SINTEF/FEEMS/commit/d8a55cab4152d3bfc4602d0918e4dfbb06e70d70))
25+
* improve feems architecture documentation ([8ec3d3a](https://github.com/SINTEF/FEEMS/commit/8ec3d3aeb1bd0145aee96f6fc8b8e00818413fd2))
26+
827
## [0.11.13] - 2024-02-11
928

1029
### Documentation

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.11.13"
7+
version = "0.12.0"
88
description = ""
99
readme = "README.md"
1010
requires-python = ">=3.10,<3.13"

machinery-system-structure/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.8.0](https://github.com/SINTEF/FEEMS/compare/MachSysS-v0.7.9...MachSysS-v0.8.0) (2026-02-11)
9+
10+
11+
### Features
12+
13+
* add py.typed to packages ([6267bcd](https://github.com/SINTEF/FEEMS/commit/6267bcdbab3b25a6697b97c7b5d96a6a533b6896))
14+
15+
16+
### Documentation
17+
18+
* add comprehensive documentation for PyPI publication ([d8a55ca](https://github.com/SINTEF/FEEMS/commit/d8a55cab4152d3bfc4602d0918e4dfbb06e70d70))
19+
820
## [Unreleased]
921

1022
## [0.7.9] - 2026-02-11

machinery-system-structure/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 = "MachSysS"
7-
version = "0.7.9"
7+
version = "0.8.0"
88
description = "Machinery System Structure for interface"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)