Skip to content

Commit 8b31c49

Browse files
authored
Chore: add changelog for 0.5.0 (#78)
1 parent ffee47d commit 8b31c49

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

CHANGES.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@ Changes by Version
22
==================
33
Release Notes.
44

5+
0.5.0
6+
------------------
7+
8+
### Features
9+
10+
- Use template files in yaml format instead
11+
- Refactor `metrics` command to adopt metrics-v2 protocol
12+
- Use goroutine to speed up `dashboard global` command
13+
- Add `metrics list` command
14+
15+
### Bug Fixes
16+
17+
- Add flags of instance, endpoint and normal for `metrics` command
18+
- Fix the problem of unable to query database metrics
19+
20+
### Chores
21+
22+
- Update release guide doc
23+
- Add screenshots for use cases in `README.md`
24+
- Introduce generated codes into codebase
25+
526
0.4.0
627
------------------
728

@@ -53,12 +74,12 @@ Release Notes.
5374
0.1.0
5475
------------------
5576

56-
#### Features
77+
### Features
5778
- Add command `swctl service` to list services
5879
- Add command `swctl instance` and `swctl search` to list and search instances of service.
5980
- Add command `swctl endpoint` to list endpoints of service.
6081
- Add command `swctl linear-metrics` to query linear metrics and plot the metrics in Ascii Graph mode.
6182
- Add command `swctl single-metrics` to query single-value metrics.
6283

63-
#### Chores
84+
### Chores
6485
- Set up GitHub actions to check code styles, licenses, and tests.

0 commit comments

Comments
 (0)