From fccf57d22b5811bed758baf072d5fdfe8c8459e0 Mon Sep 17 00:00:00 2001 From: J S <49557684+svilupp@users.noreply.github.com> Date: Sun, 14 Jul 2024 11:02:17 +0100 Subject: [PATCH] up --- CHANGELOG.md | 5 +++++ Project.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a2b31d..184dc4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [0.4.1] + +### Fixed +- Without the length-adjustment, the semantic cache is sometimes too aggressive. It's not disabled by default to avoid unexpected behavior. + ## [0.4.0] ### Added diff --git a/Project.toml b/Project.toml index 41dcc77..e824066 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ProToPortal" uuid = "f9496bd6-a3bb-4afc-927d-7268532ebfa9" authors = ["J S <49557684+svilupp@users.noreply.github.com> and contributors"] -version = "0.4.0" +version = "0.4.1" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"