Skip to content

Commit 9ae5b78

Browse files
authored
chore(release): v0.2.0 (#91)
Signed-off-by: Ian Lewis <ian@ianlewis.org>
1 parent 8dcc59b commit 9ae5b78

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 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-
## Unreleased
8+
## [0.2.0] - 2025-03-06
99

10-
### Added
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
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,3 +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]: https://github.com/ianlewis/go-stardict/releases/tag/v0.2.0

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ A stardict dictionary library for Go.
99

1010
## Status
1111

12-
The API is currently _unstable_ and will change. This package will use [module
13-
version numbering](https://golang.org/doc/modules/version-numbers) to manage
14-
versions and compatibility.
12+
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.
1513

1614
## Features
1715

0 commit comments

Comments
 (0)