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/CHANGELOG.md b/CHANGELOG.md
index 3a39137..828e25e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,7 @@
Version numbers follow the pattern: `<spaCy-version>-<release-number>`
-## [Unreleased]
+## [3.8.11-2] - 2026-06-10
### Fixed
- Streaming deadlock with korapxmltool on large corpora containing many small
@@ -56,4 +56,5 @@
- Batch processing for performance
- Compatible with korapxmltool
+[3.8.11-2]: https://github.com/KorAP/conllu-spacy-docker/releases/tag/3.8.11-2
[3.8.11-1]: https://github.com/KorAP/conllu-spacy-docker/releases/tag/3.8.11-1
diff --git a/README.md b/README.md
index 54831e0..1f02b66 100644
--- a/README.md
+++ b/README.md
@@ -167,7 +167,7 @@
Example output:
```
=== Version Information ===
-conllu-spacy-docker version: 3.8.11-1
+conllu-spacy-docker version: 3.8.11-2
spaCy version: 3.8.11
GermaLemma version: 0.1.3
Python version: 3.12.1
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