From 6e3fe89f5788537835d54b45ad8a87dca54c01eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 08:47:37 +0000 Subject: [PATCH] chore(main): release 8.25.0 --- docs/docs/changelog/changelog.md | 21 +++++++++++++++++++++ pyproject.toml | 2 +- src/libecalc/version.py | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/docs/docs/changelog/changelog.md b/docs/docs/changelog/changelog.md index 0ffb9774be..70e62b8844 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 6824018dbb..8c497e069b 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 = "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"] diff --git a/src/libecalc/version.py b/src/libecalc/version.py index 261d987e0a..1d92fe2330 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__ = "8.24.0" # x-release-please-version +__version__ = "8.25.0" # x-release-please-version # END DO NOT EDIT