Skip to content

Commit d3b3582

Browse files
chore(main): release theow 0.0.19 (#19)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 510a5dc commit d3b3582

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.18"
2+
".": "0.0.19"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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+
310
## [0.0.18](https://github.com/adhityaravi/theow/compare/theow-v0.0.17...theow-v0.0.18) (2026-02-23)
411

512

src/theow/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information for theow."""
22

3-
__version__ = "0.0.18" # x-release-please-version
3+
__version__ = "0.0.19" # x-release-please-version

0 commit comments

Comments
 (0)