Skip to content

Commit 952af74

Browse files
chore(master): release 1.7.0 (#24)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 15da37a commit 952af74

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/release-please-manifest.json

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

CHANGELOG.md

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

3+
## [1.7.0](https://github.com/hbollon/go-edlib/compare/v1.6.0...v1.7.0) (2025-08-19)
4+
5+
6+
### Features
7+
8+
* reduce OSADamerau–Levenshtein space complexity from O(m*n) to O(3 * min(m,n)) ([#17](https://github.com/hbollon/go-edlib/issues/17)) ([37da2e1](https://github.com/hbollon/go-edlib/commit/37da2e108e4e0edc01b3b63f74240925aa359aa6))
9+
10+
11+
### Bug Fixes
12+
13+
* **v1/algo:** invalid q-gram similarity calculation ([#22](https://github.com/hbollon/go-edlib/issues/22)) ([12ac3d7](https://github.com/hbollon/go-edlib/commit/12ac3d78fb78e00261e0ac4aa2951368e5f82941))
14+
315
## [1.5.0](https://www.github.com/hbollon/go-edlib/compare/v1.4.0...v1.5.0) (2021-11-21)
416

517

0 commit comments

Comments
 (0)