Prepare a v0.2.0 release

This commit is contained in:
Michael Davis
2024-11-18 18:46:17 -05:00
parent 1f8894c046
commit d6933d1f63
3 changed files with 5 additions and 3 deletions

View File

@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
<!-- ## [Unreleased] -->
## [v0.2.0] - 2024-11-18
### Added

2
Cargo.lock generated
View File

@@ -78,7 +78,7 @@ dependencies = [
[[package]]
name = "spellbook"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"ahash",
"chardetng",

View File

@@ -1,6 +1,6 @@
[package]
name = "spellbook"
version = "0.1.0"
version = "0.2.0"
authors = ["Michael Davis <mcarsondavis@gmail.com>"]
description = "A spellchecking library compatible with Hunspell dictionaries"
readme = "README.md"