Release 3.8.11-2
Bump local version 3.8.11-1 -> 3.8.11-2 for the worker-pool streaming
deadlock fix. Update the -V version string (docker-entrypoint.sh), the
example output in README.md, and promote the CHANGELOG [Unreleased]
section to [3.8.11-2].
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Change-Id: I0fd41619760fecb224a7ee4bdeaeb51f9d93ff1f
diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh
index 6e6c989..e2c972b 100755
--- a/docker-entrypoint.sh
+++ b/docker-entrypoint.sh
@@ -62,7 +62,7 @@
;;
V)
echo "=== Version Information ===" >&2
- echo "conllu-spacy-docker version: 3.8.11-1" >&2
+ echo "conllu-spacy-docker version: 3.8.11-2" >&2
python -c "import spacy; print(f'spaCy version: {spacy.__version__}')" >&2
# Check for GermaLemma