Commit
Message
Changed Files (3)
-
modified .gitignore
diff --git a/.gitignore b/.gitignore index 41c156f..c2604a9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /target .fastembed_cache public +*.tar.gz -
modified CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eeb64a..5d9278e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] -## [v0.3.0] - 2026-06-19 +## [0.3.0] - 2026-06-19 ### Added - Unit and integration tests for search engines (24 unit + 4 integration) @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Update README to reflect opt-in auto-tagging -## [v0.2.3] - 2026-06-19 +## [0.2.3] - 2026-06-19 ### Added - SearXNG integration (optional, configurable in `[engines.searxng]`) -
modified contrib/release.sh
diff --git a/contrib/release.sh b/contrib/release.sh index 2101f1c..5403d0d 100755 --- a/contrib/release.sh +++ b/contrib/release.sh @@ -65,7 +65,7 @@ awk -v ver="$VERSION" -v date="$RELEASE_DATE" ' /^## \[Unreleased\]/ { print "## [Unreleased]" print "" - print "## [v" ver "] - " date + print "## [" ver "] - " date in_unreleased = 1 next }