Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/go-ossf-slsa3-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ jobs:
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v2.1.0
with:
go-version-file: "go.mod"
config-file: ".slsa-goreleaser/dictzip-${{matrix.os}}-${{matrix.arch}}.yml"
config-file: ".slsa-goreleaser/sdutil-${{matrix.os}}-${{matrix.arch}}.yml"
evaluated-envs: "VERSION:${{needs.validate.outputs.version}}"
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [0.2.0] - 2025-03-06
## [0.2.0-rc.0] - 2025-03-06

### Added in v0.2.0
### Added in v0.2.0-rc.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 in v0.2.0
### Changed in v0.2.0-rc.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)).
Expand All @@ -25,4 +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
[0.2.0-rc.0]: https://github.com/ianlewis/go-stardict/releases/tag/v0.2.0-rc.0
Loading