Skip to content

Commit df02ef7

Browse files
committed
release codebook-lsp 0.2.7
1 parent 39070b9 commit df02ef7

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[0.2.7]
2+
3+
- Add German dictionaries (`de`, `de_at`, and `de_ch`)
4+
- Add support for R
5+
16
[0.2.6]
27

38
- Better error handling for suggestions

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebook.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ words = [
33
"aff",
44
"allowlist",
55
"codebook",
6+
"cspell",
67
"declarator",
78
"dic",
89
"musl",
910
"scm",
1011
"spellbook",
12+
"wooorm",
1113
"xdg",
1214
]
1315
flag_words = [

crates/codebook-lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codebook-lsp"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)