Bump version to 0.95
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Change-Id: Ibe0fa92a56370fc4f5fff14f53bf515fb483775c
diff --git a/Changelog.md b/Changelog.md
index 75594f1..97ab483 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,10 +1,15 @@
# Changelog
-## [0.94] - 2026-07-30
+## [0.95] - 2026-07-31
- requires collocatordb >= 1.5.0, which fixes the leaks in the collocator
- lookup and builds against the rocksdb of the distribution, so that no
- rocksdb 5.11 has to be built from source anymore
+ lookup, 3.6 kB per uncached collocator request, and builds against the
+ rocksdb of the distribution
+- CI and docker image install the rocksdb package instead of building
+ rocksdb 5.11 from source
+
+## [0.94] - 2026-07-30
+
- fixed a crash on out of range word ranks: a single request with a `w`
parameter beyond the vocabulary size, or a `getVecsByRanks` request with such
a rank, killed the worker process
diff --git a/script/derekovecs-server b/script/derekovecs-server
index eca7dfb..5d868a5 100755
--- a/script/derekovecs-server
+++ b/script/derekovecs-server
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
-our $VERSION = '0.94';
+our $VERSION = '0.95';
use IDS::DeReKoVecs::Read;
use Mojolicious::Lite;