Skip to content

Commit e19394d

Browse files
authored
chore(release): v0.2.0 (#93)
Signed-off-by: Ian Lewis <ian@ianlewis.org>
1 parent 29b5942 commit e19394d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ All notable changes will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.2.0-rc.0] - 2025-03-06
8+
## [0.2.0] - 2025-03-06
99

10-
### Added in v0.2.0-rc.0
10+
### Added in v0.2.0
1111

1212
- The index now supports whitespace and punctuation folding ([#25](https://github.com/ianlewis/go-stardict/issues/25)).
1313
- The synonym index (.syn) file is now supported ([#2](https://github.com/ianlewis/go-stardict/issues/2)).
1414
- `Stardict.Search` and `Idx.Search` now support queries in glob format ([#21](https://github.com/ianlewis/go-stardict/issues/21)).
1515

16-
### Changed in v0.2.0-rc.0
16+
### Changed in v0.2.0
1717

1818
- The minimum supported Go version is now 1.23.
1919
- `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,4 +25,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
- Basic dict entry, index, search support.
2626

2727
[0.1.0]: https://github.com/ianlewis/go-stardict/releases/tag/v0.1.0
28-
[0.2.0-rc.0]: https://github.com/ianlewis/go-stardict/releases/tag/v0.2.0-rc.0
28+
[0.2.0]: https://github.com/ianlewis/go-stardict/releases/tag/v0.2.0

0 commit comments

Comments
 (0)