chore: release v0.4.1
This commit is contained in:
parent
66ea93e3c1
commit
afbbc3a951
@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.4.1] - 2026-06-10
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- **stream**: 修复上游选择逻辑,添加优雅关闭支持
|
||||||
|
- **stream**: 修复 Stop 后 stopCh 未重置导致的重启问题
|
||||||
|
|
||||||
## [0.4.0] - 2026-06-09
|
## [0.4.0] - 2026-06-09
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
# Makefile - Lolly Build Commands
|
# Makefile - Lolly Build Commands
|
||||||
|
|
||||||
APP_NAME := lolly
|
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)")
|
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")
|
GIT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo "unknown")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user