From 0de634320f688b52fdefabd0c2a38d7932042ba4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 13:20:25 +0100 Subject: [PATCH] chore(main): release 9.12.0 (#791) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/docs/changelog/changelog.md | 28 ++++++++++++++++++++++++++++ pyproject.toml | 2 +- src/libecalc/version.py | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/docs/docs/changelog/changelog.md b/docs/docs/changelog/changelog.md index 5a37719401..6594f1fb58 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,33 @@ # Changelog +## [9.12.0](https://github.com/equinor/ecalc/compare/v9.11.0...v9.12.0) (2025-02-21) + + +### Features + +* manually control java process for neqsim ([7b1ff3b](https://github.com/equinor/ecalc/commit/7b1ff3bf19328ed6307704e98550f19ac5d5c94a)) +* re-introduce co2 intensity in results ([#788](https://github.com/equinor/ecalc/issues/788)) ([54bb7d8](https://github.com/equinor/ecalc/commit/54bb7d8e413a54e28469263a5dfe6b1041599e02)) + + +### Documentation + +* update changelog negative rates ([#799](https://github.com/equinor/ecalc/issues/799)) ([8a20828](https://github.com/equinor/ecalc/commit/8a208281cf418395093e8287285a4b6f8e69725c)) + + +### Miscellaneous Chores + +* invalidate negative fuel rates in direct consumer function ([#795](https://github.com/equinor/ecalc/issues/795)) ([6e5527a](https://github.com/equinor/ecalc/commit/6e5527af439d984c59780d9156ad18dacfe034a8)) +* remove create-jira-release ([508a2f9](https://github.com/equinor/ecalc/commit/508a2f9801f6b73f0b2de25b2df057ee3ff05e4e)) +* remove intensities from asset dto ([#798](https://github.com/equinor/ecalc/issues/798)) ([8a3fdba](https://github.com/equinor/ecalc/commit/8a3fdbae38e243c28a58ebb975cf66e5404c37ae)) +* remove intensities from json results ([#796](https://github.com/equinor/ecalc/issues/796)) ([3f9cc78](https://github.com/equinor/ecalc/commit/3f9cc78db7987e3f4716bef0adfbeb3b4805551d)) +* update code owners ([0e915a5](https://github.com/equinor/ecalc/commit/0e915a5cd50988aa60bb781bed15443edb4c2428)) +* upgrade dependencies for week 08. Auto-generated by devCalc ([#797](https://github.com/equinor/ecalc/issues/797)) ([bb48332](https://github.com/equinor/ecalc/commit/bb48332213fdfca75d31386ae22c6954d2bec4a8)) + + +### Tests + +* test example cases validity ([2c5110d](https://github.com/equinor/ecalc/commit/2c5110d90965f574b1f123dc0196d644cdc96883)) + ## [9.11.0](https://github.com/equinor/ecalc/compare/v9.10.0...v9.11.0) (2025-02-14) diff --git a/pyproject.toml b/pyproject.toml index 63f36612c5..556baa95a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "libecalc" # DO_NOT_EDIT: Version number automatically changed in CICD -version = "9.11.0" # x-release-please-version +version = "9.12.0" # x-release-please-version # END_DO_NOT_EDIT description = "eCalcâ„¢ is a software tool for calculation of energy demand and greenhouse gas (GHG) emissions from oil and gas production and processing." keywords = ["energy", "emission", "scientific", "engineering"] diff --git a/src/libecalc/version.py b/src/libecalc/version.py index dc6593c45e..38e943e3f1 100644 --- a/src/libecalc/version.py +++ b/src/libecalc/version.py @@ -1,7 +1,7 @@ from libecalc.common.version import Version # DO NOT EDIT - replaced in CI with release please -__version__ = "9.11.0" # x-release-please-version +__version__ = "9.12.0" # x-release-please-version # END DO NOT EDIT