diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b1700..05937d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,15 @@ All notable changes will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.2.0] - 2025-03-06 -### Added +### Added in v0.2.0 - The index now supports whitespace and punctuation folding ([#25](https://github.com/ianlewis/go-stardict/issues/25)). - The synonym index (.syn) file is now supported ([#2](https://github.com/ianlewis/go-stardict/issues/2)). - `Stardict.Search` and `Idx.Search` now support queries in glob format ([#21](https://github.com/ianlewis/go-stardict/issues/21)). -### Changed +### Changed in v0.2.0 - The minimum supported Go version is now 1.23. - `stardict.Open` and `stardict.OpenAll` now take an `options` argument which allows for specifying options for opening dictionaries ([#87](https://github.com/ianlewis/go-stardict/issues/87)). @@ -25,3 +25,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Basic dict entry, index, search support. [0.1.0]: https://github.com/ianlewis/go-stardict/releases/tag/v0.1.0 +[0.2.0]: https://github.com/ianlewis/go-stardict/releases/tag/v0.2.0 diff --git a/README.md b/README.md index 81d4a67..6a0dcc1 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,7 @@ A stardict dictionary library for Go. ## Status -The API is currently _unstable_ and will change. This package will use [module -version numbering](https://golang.org/doc/modules/version-numbers) to manage -versions and compatibility. +The API is currently _unstable_ and will change. This package will use [module version numbering](https://golang.org/doc/modules/version-numbers) to manage versions and compatibility. ## Features