Skip to content

Commit

Permalink
Release version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thkukuk committed Aug 14, 2023
1 parent 71f976c commit c75e8c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.9.0
* Fix lot of 32bit/64bit signed/unsiged int conversations
* Try to autodetect systemctl soft-reboot and use current
time instead of kernel boot time.

Version 0.8.0
* Fix linking with clang
* wtmdb boottime: show boot time
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project(
'b_pie=true',
'warning_level=3',],
license : ['BSD-2-Clause',],
version : '0.8.0',
version : '0.9.0',
)

conf = configuration_data()
Expand Down

0 comments on commit c75e8c5

Please sign in to comment.