From 0b59caef100a0528dd673df2ae431a23722600f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:00:52 +0100 Subject: [PATCH] chore(release): release v2.5.0 (#798) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.5.0](https://github.com/MTES-MCT/ecobalyse/compare/v2.4.0..v2.5.0) (2024-11-06) ### 🚀 Features - Add bookmarks for objects ([#781](https://github.com/MTES-MCT/ecobalyse/issues/781)) - Add object explorer pages. ([#803](https://github.com/MTES-MCT/ecobalyse/issues/803)) - Distinguish Objects from Veli. ([#813](https://github.com/MTES-MCT/ecobalyse/issues/813)) - Display score without durability ([#815](https://github.com/MTES-MCT/ecobalyse/issues/815)) - Textile export ([#808](https://github.com/MTES-MCT/ecobalyse/issues/808)) - Object export ([#812](https://github.com/MTES-MCT/ecobalyse/issues/812)) ### 🪲 Bug Fixes - Create object encrypted file for versions ([#800](https://github.com/MTES-MCT/ecobalyse/issues/800)) - Improve object simulator. ([#799](https://github.com/MTES-MCT/ecobalyse/issues/799)) - Fix encoded display name field. ([#820](https://github.com/MTES-MCT/ecobalyse/issues/820)) ### 🚜 Refactor - Aggregate in python ([#794](https://github.com/MTES-MCT/ecobalyse/issues/794)) - Turn food process category into a list ([#795](https://github.com/MTES-MCT/ecobalyse/issues/795)) - Aggregate in python ([#807](https://github.com/MTES-MCT/ecobalyse/issues/807)) ### ⚙️ Miscellaneous Tasks - Upgrade dependencies to their latest version, Oct. 2024. ([#801](https://github.com/MTES-MCT/ecobalyse/issues/801)) - Add tolerance to tests comparison ([#810](https://github.com/MTES-MCT/ecobalyse/issues/810)) - *(data)* New export ([#819](https://github.com/MTES-MCT/ecobalyse/issues/819)) ### ◀️ Revert - "refactor: aggregate in python" ([#806](https://github.com/MTES-MCT/ecobalyse/issues/806)) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb8776894..863e13a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,42 @@ # Changelog +## [2.5.0](https://github.com/MTES-MCT/ecobalyse/compare/v2.4.0..v2.5.0) (2024-11-06) + + + +### 🚀 Features + +- Add bookmarks for objects ([#781](https://github.com/MTES-MCT/ecobalyse/issues/781)) +- Add object explorer pages. ([#803](https://github.com/MTES-MCT/ecobalyse/issues/803)) +- Distinguish Objects from Veli. ([#813](https://github.com/MTES-MCT/ecobalyse/issues/813)) +- Display score without durability ([#815](https://github.com/MTES-MCT/ecobalyse/issues/815)) +- Textile export ([#808](https://github.com/MTES-MCT/ecobalyse/issues/808)) +- Object export ([#812](https://github.com/MTES-MCT/ecobalyse/issues/812)) + +### 🪲 Bug Fixes + +- Create object encrypted file for versions ([#800](https://github.com/MTES-MCT/ecobalyse/issues/800)) +- Improve object simulator. ([#799](https://github.com/MTES-MCT/ecobalyse/issues/799)) +- Fix encoded display name field. ([#820](https://github.com/MTES-MCT/ecobalyse/issues/820)) + +### 🚜 Refactor + +- Aggregate in python ([#794](https://github.com/MTES-MCT/ecobalyse/issues/794)) +- Turn food process category into a list ([#795](https://github.com/MTES-MCT/ecobalyse/issues/795)) +- Aggregate in python ([#807](https://github.com/MTES-MCT/ecobalyse/issues/807)) + +### ⚙️ Miscellaneous Tasks + +- Upgrade dependencies to their latest version, Oct. 2024. ([#801](https://github.com/MTES-MCT/ecobalyse/issues/801)) +- Add tolerance to tests comparison ([#810](https://github.com/MTES-MCT/ecobalyse/issues/810)) +- *(data)* New export ([#819](https://github.com/MTES-MCT/ecobalyse/issues/819)) + +### ◀️ Revert + +- "refactor: aggregate in python" ([#806](https://github.com/MTES-MCT/ecobalyse/issues/806)) + + ## [2.4.0](https://github.com/MTES-MCT/ecobalyse/compare/v2.3.0..v2.4.0) (2024-10-10)