Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
* [FEATURE] Support runtime config reload #121

Signed-off-by: SuperQ <[email protected]>
  • Loading branch information
SuperQ committed Apr 2, 2024
1 parent d71adfd commit c88d467
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ linters-settings:
- (net/http.ResponseWriter).Write
# Never check for logger errors.
- (github.com/go-kit/log.Logger).Log
revive:
rules:
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#unused-parameter
- name: unused-parameter
severity: warning
disabled: true
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
* [ENHANCEMENT]
* [BUGFIX]

## 0.8.0 / 2024-04-02

* [FEATURE] Support runtime config reload #121

## 0.7.3 / 2024-03-10

* [BUGFIX] Fix incorrect label setting #141 #142
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.3
0.8.0

0 comments on commit c88d467

Please sign in to comment.