Skip to content

Commit f95d007

Browse files
authored
Release v0.12.0 (#113)
* [FEATURE] Optionally enhance "sources" information with NtpData response #106 * [BUGFIX] Fix debug logging panic #108 Signed-off-by: SuperQ <[email protected]>
1 parent d95c6ab commit f95d007

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: sudo apt-get update && sudo apt-get -y install libsnmp-dev
3434
if: github.repository == 'prometheus/snmp_exporter'
3535
- name: Lint
36-
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
36+
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
3737
with:
3838
args: --verbose
39-
version: v1.60.2
39+
version: v1.64.5

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## main / unreleased
22

3+
## 0.12.0 / 2025-03-02
4+
5+
* [FEATURE] Optionally enhance "sources" information with NtpData response #106
6+
* [BUGFIX] Fix debug logging panic #108
7+
38
## 0.11.0 / 2024-10-27
49

510
* [CHANGE] Update logging to slog #95

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0
1+
0.12.0

0 commit comments

Comments
 (0)