We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510a5dc commit d3b3582Copy full SHA for d3b3582
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.0.18"
+ ".": "0.0.19"
3
}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.0.19](https://github.com/adhityaravi/theow/compare/theow-v0.0.18...theow-v0.0.19) (2026-02-24)
4
+
5
6
+### Features
7
8
+* general vector matching improvements ([510a5dc](https://github.com/adhityaravi/theow/commit/510a5dc1e717ad201378799a0dbce5d10e922d39))
9
10
## [0.0.18](https://github.com/adhityaravi/theow/compare/theow-v0.0.17...theow-v0.0.18) (2026-02-23)
11
12
src/theow/_version.py
"""Version information for theow."""
-__version__ = "0.0.18" # x-release-please-version
+__version__ = "0.0.19" # x-release-please-version
0 commit comments