chore: release v0.4.1

This commit is contained in:
xfy 2026-06-10 13:54:26 +08:00
parent 66ea93e3c1
commit afbbc3a951
2 changed files with 8 additions and 1 deletions

View File

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
## [Unreleased]
## [0.4.1] - 2026-06-10
### Fixed
- **stream**: 修复上游选择逻辑,添加优雅关闭支持
- **stream**: 修复 Stop 后 stopCh 未重置导致的重启问题
## [0.4.0] - 2026-06-09
### Added

View File

@ -1,7 +1,7 @@
# Makefile - Lolly Build Commands
APP_NAME := lolly
FALLBACK_VERSION := 0.4.0
FALLBACK_VERSION := 0.4.1
VERSION := $(shell git describe --tags --always --dirty 2>/dev/null | sed 's/^v//' || echo "$(FALLBACK_VERSION)")
GIT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo "unknown")