Skip to content

Commit

Permalink
chore(main): release 8.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 8, 2024
1 parent 383e7f6 commit e0f2a38
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions docs/docs/changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## [8.11.0](https://github.com/equinor/ecalc/compare/v8.10.0...v8.11.0) (2024-03-08)


### Features

* add file context to model validation error ([#401](https://github.com/equinor/ecalc/issues/401)) ([0a75da4](https://github.com/equinor/ecalc/commit/0a75da425eacf4f7770e50b50c970fa3720375ee))
* check that file exist when validating yaml for run ([#388](https://github.com/equinor/ecalc/issues/388)) ([441722f](https://github.com/equinor/ecalc/commit/441722f9e8d86b4a48c1191a413f931e336d6ff7))


### Documentation

* fix latest release in changelog ([#393](https://github.com/equinor/ecalc/issues/393)) ([317c958](https://github.com/equinor/ecalc/commit/317c9585b0257aca7057f173b87aed2388ee939f))
* move next changelog into release ([#395](https://github.com/equinor/ecalc/issues/395)) ([82b892c](https://github.com/equinor/ecalc/commit/82b892c1d9792ef8259f1cff12585c53287d4afe))
* remove latest tag on v8.7 ([#394](https://github.com/equinor/ecalc/issues/394)) ([55da754](https://github.com/equinor/ecalc/commit/55da75468ffc15d0de63618f9a446a11fc022f5f))


### Miscellaneous Chores

* allow venting emitters without fuelconsumers ([#392](https://github.com/equinor/ecalc/issues/392)) ([f75f18f](https://github.com/equinor/ecalc/commit/f75f18fede56c7b5ace8aad0273c1ba22c9d2e2a))
* also rounding of results for show command, cache and after resampling ([4b04729](https://github.com/equinor/ecalc/commit/4b04729bcf073e17be57ce4b920d480762eb819b))
* fix failing tests ([4b04729](https://github.com/equinor/ecalc/commit/4b04729bcf073e17be57ce4b920d480762eb819b))
* switch license to LGPLv3 ([424635e](https://github.com/equinor/ecalc/commit/424635e3456e00ef180492852fdd97f1b26938c4))
* update contribution docs ([b428c03](https://github.com/equinor/ecalc/commit/b428c034870ec0c8bc3b9994e8639f393fc76962))
* update snapshots ([4b04729](https://github.com/equinor/ecalc/commit/4b04729bcf073e17be57ce4b920d480762eb819b))
* upgrade node to 18 for codespace ([#399](https://github.com/equinor/ecalc/issues/399)) ([14c1793](https://github.com/equinor/ecalc/commit/14c17933b5c7b85bbfed2b5404721078268b6ff0))


### Code Refactoring

* all rounding of numers to a given precision is now performed after all calculations are finished ([#400](https://github.com/equinor/ecalc/issues/400)) ([4b04729](https://github.com/equinor/ecalc/commit/4b04729bcf073e17be57ce4b920d480762eb819b))
* move rounding to result objects ([#402](https://github.com/equinor/ecalc/issues/402)) ([383e7f6](https://github.com/equinor/ecalc/commit/383e7f662fec3ae37c66214e2170a20cfd770c07))
* remove unnecessary collection handling in expression ([#390](https://github.com/equinor/ecalc/issues/390)) ([650aa74](https://github.com/equinor/ecalc/commit/650aa74c04a83798c36cb40d8e696e5992789fd6))

## [8.10.0](https://github.com/equinor/ecalc/compare/v8.9.0...v8.10.0) (2024-02-16)


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 = "8.10.0" # x-release-please-version
version = "8.11.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__ = "8.10.0" # x-release-please-version
__version__ = "8.11.0" # x-release-please-version
# END DO NOT EDIT


Expand Down

0 comments on commit e0f2a38

Please sign in to comment.