From 0c4f5339abfa1875dbb0e19ba26581ef724f287e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 15 Nov 2023 12:09:34 +0100 Subject: 🔖 version 4.0.65 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 8 +++++++- changelog/fr/changelog_2023-01-25.md | 8 +++++++- ishtar_common/version.py | 4 ++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 5b884c404..cecfa08c5 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,4 +1,10 @@ -v4.0.64 - 2023-11-13 +v4.0.65 - 2023-11-15 +-------------------- + +### Bug fixes ### +- search: fix -type="*" search for types with no hierarchy + +v4.0.64 - 2023-11-14 -------------------- Many improvement in post-treatments. Better performance for imports are expected. diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 0942ed0a0..f8a210680 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,4 +1,10 @@ -v4.0.64 - 2023-11-13 +v4.0.65 - 2023-11-15 +-------------------- + +### Corrections de dysfonctionnements ### +- recherche : correction des recherches '-type="*"' pour les types sans hiérarchie + +v4.0.64 - 2023-11-14 -------------------- Nombreuses améliorations dans les post-traitements. De meilleures performances sont attendues pour les imports. diff --git a/ishtar_common/version.py b/ishtar_common/version.py index ac0223e32..5fab563e1 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.64 -VERSION = (4, 0, 64) +# 4.0.65 +VERSION = (4, 0, 65) def get_version(): -- cgit v1.2.3