Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v0.0.20](https://github.com/monitoring-forge/check-lastlog/compare/v0.0.19...v0.0.20) - 2026-08-16

- update flagrun to autofil chk.Name by @kazeburo in https://github.com/monitoring-forge/check-lastlog/pull/29
- ci: bump the-pr-agent/pr-agent from 0.41.1 to 0.42.0 in the dependencies group by @dependabot[bot] in https://github.com/monitoring-forge/check-lastlog/pull/31

## [v0.0.19](https://github.com/monitoring-forge/check-lastlog/compare/v0.0.18...v0.0.19) - 2026-08-14

- Feat/saferio and flagrun by @kazeburo in https://github.com/monitoring-forge/check-lastlog/pull/27
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.0.19
VERSION=0.0.20
LDFLAGS=-ldflags "-w -s -X main.version=${VERSION}"

all: check-lastlog
Expand Down