From f082b5f7b670cac00e53c0f4a03d0aa2e4da9898 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 17 Oct 2020 11:39:54 +0200 Subject: [PATCH] Release plocate 1.0.5. --- NEWS | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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') -- 2.39.2