Skip to content

Commit fe66a7b

Browse files
Release v0.1.1 (#207)
* Prepare release v0.1.1 * Update CHANGELOG.md Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --------- Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent 67fe30a commit fe66a7b

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and 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))

changes/v0.1.1.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)