Skip to content

Commit f149de4

Browse files
committed
Release v0.5.0
Signed-off-by: Zike Yang <[email protected]>
1 parent daa9fa6 commit f149de4

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11

2+
<a name="v0.5.0"></a>
3+
## [v0.5.0](https://github.com/FunctionStream/function-stream/compare/v0.4.0...v0.5.0) (2024-06-13)
4+
5+
### Features
6+
7+
* add data schema support ([#182](https://github.com/FunctionStream/function-stream/issues/182)) - _by Zike Yang_
8+
* improve log ([#181](https://github.com/FunctionStream/function-stream/issues/181)) - _by Zike Yang_
9+
* improve tube configuration ([#180](https://github.com/FunctionStream/function-stream/issues/180)) - _by Zike Yang_
10+
* support tls ([#179](https://github.com/FunctionStream/function-stream/issues/179)) - _by Zike Yang_
11+
* function store ([#178](https://github.com/FunctionStream/function-stream/issues/178)) - _by Zike Yang_
12+
13+
### Documentation
14+
15+
* add changelog for v0.4.0 ([#177](https://github.com/FunctionStream/function-stream/issues/177)) - _by Zike Yang_
16+
17+
218
<a name="v0.4.0"></a>
319
## [v0.4.0](https://github.com/FunctionStream/function-stream/compare/v0.3.0...v0.4.0) (2024-05-09)
420

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ proto:
6565

6666
license:
6767
./license-checker/license-checker.sh
68+
69+
gen-changelog:
70+
.chglog/gen-chg-log.sh

0 commit comments

Comments
 (0)