From: Steinar H. Gunderson Date: Sat, 17 Oct 2020 09:39:54 +0000 (+0200) Subject: Release plocate 1.0.5. X-Git-Tag: 1.0.5 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=refs%2Ftags%2F1.0.5;hp=f7dddf5cd31d26be12c4c4d718d257fe012fe368;p=plocate Release plocate 1.0.5. --- diff --git a/NEWS b/NEWS index a7f3fbd..8dce626 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +plocate 1.0.5, October 17th, 2020 + + - Implement the -b/--basename option. + + - Various bugfixes. + + plocate 1.0.4, October 16th, 2020 - Fix a bug where plocate.db would be evicted from the OS cache diff --git a/meson.build b/meson.build index c976c02..2e151f8 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.5-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.5') # Make the version available as a #define. add_project_arguments('-DPLOCATE_VERSION="' + meson.project_version() + '"', language: 'cpp')