Skip to content

Commit 9178006

Browse files
committed
Prepare a v0.3.4 release
1 parent 6739b13 commit 9178006

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- ## [Unreleased] -->
99

10+
## [v0.3.4] - 2025-04-30
11+
12+
### Fixed
13+
14+
* Fixed a panic similar to the one fixed in v0.3.3 but within the checker instead
15+
of the suggester.
16+
* This panic could happen in dictionaries which used `REP` patterns with end
17+
anchors (i.e. the first word after `REP` ends in `$`) which also sets
18+
`CHECKCOMPOUNDREP` and other related compounding rules.
19+
1020
## [v0.3.3] - 2025-04-21
1121

1222
### Fixed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spellbook"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
authors = ["Michael Davis <mcarsondavis@gmail.com>"]
55
description = "A spellchecking library compatible with Hunspell dictionaries"
66
readme = "README.md"

0 commit comments

Comments
 (0)