summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md8
-rw-r--r--changelog/fr/changelog_2023-01-25.md8
-rw-r--r--ishtar_common/version.py4
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():