diff --git a/.github/workflows/go-ossf-slsa3-publish.yml b/.github/workflows/go-ossf-slsa3-publish.yml index cb00b19..6afeb7e 100644 --- a/.github/workflows/go-ossf-slsa3-publish.yml +++ b/.github/workflows/go-ossf-slsa3-publish.yml @@ -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}}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 05937d9..d32f9ba 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). -## [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)). @@ -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