Skip to content

Commit 06741c8

Browse files
committed
update docs
1 parent 54946ec commit 06741c8

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
### v0.5.0 - 2024-12-18
44

5+
This version is compatible with indexes created by LexicMap v0.4.0, but rebuilding the index is recommended for more accurate results.
6+
57
- New commands:
68
- **`lexicmap utils remerge`: Rerun the merging step for an unfinished index**.
79
- `lexicmap index`:

docs/content/installation/_index.md

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ Linux and MacOS (both x86 and arm CPUs) are supported.
9292
|OS |Arch |File, 中国镜像 |
9393
|:------|:---------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
9494
|FreeBSD|**64-bit**|[**lexicmap_freebsd_amd64.tar.gz**](https://github.com/shenwei356/LexicMap/releases/download/v0.5.0/lexicmap_freebsd_amd64.tar.gz), [中国镜像](http://app.shenwei.me/data/lexicmap/lexicmap_freebsd_amd64.tar.gz) |
95-
|FreeBSD|arm64 |[**lexicmap_freebsd_arm64.tar.gz**](https://github.com/shenwei356/LexicMap/releases/download/v0.5.0/lexicmap_freebsd_arm64.tar.gz), [中国镜像](http://app.shenwei.me/data/lexicmap/lexicmap_freebsd_arm64.tar.gz) |
9695

9796
{{< /tab >}}
9897

docs/content/releases/_index.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ weight: 30
1818

1919
[v0.5.0](https://github.com/shenwei356/LexicMap/releases/tag/v0.5.0) - 2015-12-18 [![Github Releases (by Release)](https://img.shields.io/github/downloads/shenwei356/LexicMap/v0.5.0/total.svg)](https://github.com/shenwei356/LexicMap/releases/tag/v0.5.0)
2020

21+
This version is compatible with indexes created by LexicMap v0.4.0, but rebuilding the index is recommended for more accurate results.
22+
2123
- New commands:
2224
- **`lexicmap utils remerge`: Rerun the merging step for an unfinished index**.
2325
- `lexicmap index`:

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/shenwei356/LexicMap
22

3-
go 1.22
4-
5-
toolchain go1.22.6
3+
go 1.23
64

75
// replace github.com/shenwei356/lexichash => /home/shenwei/go/src/github.com/shenwei356/lexichash/
86
// replace github.com/shenwei356/wfa => /home/shenwei/go/src/github.com/shenwei356/wfa/

0 commit comments

Comments
 (0)