Skip to content

Commit a08e14a

Browse files
committed
v1.15.1 release
1 parent d91526a commit a08e14a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
# Changelog
77

8+
## v1.15.1
9+
10+
* Bug fixes
11+
* Add program name back to kmsg logs that was unintentionally removed from
12+
v1.15.0.
13+
* Add microsecond precision to pmsg timestamps
14+
815
## v1.15.0
916

1017
This release adds support for logging breadcrumbs to the Linux pstore pmsg

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: MIT
44
#
5-
VERSION=1.15.0
5+
VERSION=1.15.1
66

77
CFLAGS+=-Wall -Wextra -O2
88

0 commit comments

Comments
 (0)