diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-11-15 12:09:34 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-11-15 12:09:34 +0100 |
commit | 0c4f5339abfa1875dbb0e19ba26581ef724f287e (patch) | |
tree | c75237626cb74ef7df5979ee78a91e3c8c2458b4 | |
parent | cbe5632f6be526afa0e2ff0bb58c0cad3070b8b8 (diff) | |
download | Ishtar-0c4f5339abfa1875dbb0e19ba26581ef724f287e.tar.bz2 Ishtar-0c4f5339abfa1875dbb0e19ba26581ef724f287e.zip |
🔖 version 4.0.65
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 8 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 8 | ||||
-rw-r--r-- | 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(): |