Skip to content

Commit

Permalink
chore(main): release 8.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jsolaas committed Oct 10, 2024
1 parent 3c4c778 commit 6e3fe89
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions docs/docs/changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [8.25.0](https://github.com/equinor/ecalc/compare/v8.24.0...v8.25.0) (2024-10-10)


### ⚠ BREAKING CHANGES

* **cli:** Removed `ecalc show results` from the cli. This feature is assumed to be of little use and causes additional maintenance.

### Features

* **cli:** remove ecalc show results command ([6d1f104](https://github.com/equinor/ecalc/commit/6d1f104cfdff065fc36b2dbb0acc9ee2c86cee68))


### Miscellaneous Chores

* update dependencies week 41 ([#643](https://github.com/equinor/ecalc/issues/643)) ([3c4c778](https://github.com/equinor/ecalc/commit/3c4c778ff6402a1ab0d76c33858647ba1f01104b))


### Tests

* test yaml categories instead of dto ([29cdaab](https://github.com/equinor/ecalc/commit/29cdaab4289e212b28a237437a22c61756ab9185))

## [8.24.0](https://github.com/equinor/ecalc/compare/v8.23.0...v8.24.0) (2024-10-02)


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.24.0" # x-release-please-version
version = "8.25.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.24.0" # x-release-please-version
__version__ = "8.25.0" # x-release-please-version
# END DO NOT EDIT


Expand Down

0 comments on commit 6e3fe89

Please sign in to comment.