Skip to content

Commit

Permalink
chore(main): release 9.12.0 (#791)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 21, 2025
1 parent 8a20828 commit 0de6343
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions docs/docs/changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion src/libecalc/version.py
Original file line number Diff line number Diff line change
@@ -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


Expand Down

0 comments on commit 0de6343

Please sign in to comment.