File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) ,
66and is generated by [ Changie] ( https://github.com/miniscruff/changie ) .
7+
8+ ## [ v0.1.1] ( https://github.com/skyoo2003/kvs/releases/tag/v0.1.1 ) - 2026-04-20
9+
10+ ### Changed
11+ * Improve open-source project infrastructure and documentation
12+ * Align release process with existing projects (GoReleaser v2, Dockerfile security, release-drafter)
13+ * Bump alpine from 3.14.0 to 3.23.4
14+ * Bump actions/upload-pages-artifact from 4 to 5
15+
16+ ### Fixed
17+ * Fix goreleaser flag: --rm-dist → --clean for v2 compatibility
18+
719## [ v0.1.0] ( https://github.com/skyoo2003/kvs/releases/tag/v0.1.0 ) - 2026-03-14
820### Added
921* Implement a usable kvs module and release path ([ #184 ] ( https://github.com/skyoo2003/kvs/issues/184 ) )
@@ -14,4 +26,4 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
1426* Add HTTP and gRPC server support ([ #191 ] ( https://github.com/skyoo2003/kvs/issues/191 ) )
1527### Misc
1628* Support Homebrew release ([ #19 ] ( https://github.com/skyoo2003/kvs/issues/19 ) )
17- * Fix GitHub Pages deployment ([ #193 ] ( https://github.com/skyoo2003/kvs/issues/193 ) )
29+ * Fix GitHub Pages deployment ([ #193 ] ( https://github.com/skyoo2003/kvs/issues/193 ) )
Original file line number Diff line number Diff line change 1+ ## [ v0.1.1] ( https://github.com/skyoo2003/kvs/releases/tag/v0.1.1 ) - 2026-04-20
2+
3+ ### Changed
4+ * Improve open-source project infrastructure and documentation
5+ * Align release process with acor project (GoReleaser v2, Dockerfile security, release-drafter)
6+ * Bump alpine from 3.14.0 to 3.23.4
7+ * Bump actions/upload-pages-artifact from 4 to 5
8+
9+ ### Fixed
10+ * Fix goreleaser flag: --rm-dist → --clean for v2 compatibility
You can’t perform that action at this time.
0 commit comments