We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743b622 commit 6af06bbCopy full SHA for 6af06bb
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [3.2.5-7] - 2026-01-31
9
+
10
+### Fixed
11
+- Hashtags (e.g., `#MeToo`) incorrectly received index 0 instead of their proper position in `postprocess` (Fixes #2)
12
+- Added regression tests for hashtag indexing
13
14
## [3.2.5-6] - 2025-12-19
15
16
### Fixed
scripts/build.sh
@@ -8,7 +8,7 @@ else
echo "Wrong number of arguments!"
exit 1
fi
-LOCAL_VERSION=6
+LOCAL_VERSION=7
docker build \
--no-cache \
0 commit comments