Skip to content

Commit

Permalink
Prepare a v0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Mar 11, 2025
1 parent a3b8e02 commit 3abf2eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [v0.3.1] - 2025-03-11

### Fixed

* Fixed handling of Unicode flags which are represented by more than one code
unit in UTF-16 representation, for example emoji such as '🔭'.

## [v0.3.0] - 2025-02-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spellbook"
version = "0.3.0"
version = "0.3.1"
authors = ["Michael Davis <mcarsondavis@gmail.com>"]
description = "A spellchecking library compatible with Hunspell dictionaries"
readme = "README.md"
Expand Down

0 comments on commit 3abf2eb

Please sign in to comment.