Skip to content

Commit 3abf2eb

Browse files
committed
Prepare a v0.3.1 release
1 parent a3b8e02 commit 3abf2eb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

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

10+
## [v0.3.1] - 2025-03-11
11+
12+
### Fixed
13+
14+
* Fixed handling of Unicode flags which are represented by more than one code
15+
unit in UTF-16 representation, for example emoji such as '🔭'.
16+
1017
## [v0.3.0] - 2025-02-04
1118

1219
### Added

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.0"
3+
version = "0.3.1"
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)