diff --git a/NEWS b/NEWS index f3fbfdc..6660e5f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Version 0.10.0 +* last: support matching for username and/or tty + Version 0.9.3 * wtmpdb last: don't print date in the future if there is no db entry diff --git a/meson.build b/meson.build index a7fdd54..aba0760 100644 --- a/meson.build +++ b/meson.build @@ -12,7 +12,7 @@ project( 'b_lto=true', 'warning_level=3',], license : ['BSD-2-Clause',], - version : '0.9.3', + version : '0.10.0', ) conf = configuration_data()