-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add change notes and sign binary files (#22)
- Loading branch information
1 parent
43886a7
commit 7db8a26
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Changes by Version | ||
================== | ||
Release Notes. | ||
|
||
0.1.0 | ||
------------------ | ||
|
||
#### Features | ||
- Add command `swctl service` to list services | ||
- Add command `swctl instance` and `swctl search` to list and search instances of service. | ||
- Add command `swctl endpoint` to list endpoints of service. | ||
- Add command `swctl linear-metrics` to query linear metrics and plot the metrics in Ascii Graph mode. | ||
- Add command `swctl single-metrics` to query single-value metrics. | ||
|
||
#### Chores | ||
- Set up GitHub actions to check code styles, licenses, and tests. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters