mirror of
https://github.com/helix-editor/spellbook.git
synced 2025-10-06 00:02:48 +02:00
Prepare a v0.2.0 release
This commit is contained in:
@@ -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
2
Cargo.lock
generated
@@ -78,7 +78,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "spellbook"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"chardetng",
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user