Skip to content

Commit

Permalink
release v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Nov 15, 2023
1 parent 9cc7693 commit 6ae4577
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v0.25.0 (Released 2023-11-15)

This release of Watchman lowers most match percentages by comparing names better.

IMPROVEMENTS

- fix: close xml encoder
- fix: panic cleanup from newer linter rules
- cmd/server: only check adjacent terms for local jaro max score
- cmd/server: read ADJACENT_SIMILARITY_POSITIONS env var
- cmd/server: weight term score by length similarity

BUILD

- build: bump numerous javascript dependencies
- build: update to Go 1.21
- build: update to node 20
- build: update Debian, Fedora, node, and Go base images

## v0.24.2 (Released 2023-04-03)

IMPROVEMENTS
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

package watchman

const Version = "v0.24.2"
const Version = "v0.25.0"

0 comments on commit 6ae4577

Please sign in to comment.