From 4450a3219edb7ad8c900923dab697732a8bc8f60 Mon Sep 17 00:00:00 2001 From: Matthias Meulien Date: Thu, 2 Nov 2023 13:35:03 +0100 Subject: [PATCH] Prepare release of version 1.6.0 --- NEWS.md | 6 +----- meson.build | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/NEWS.md b/NEWS.md index fa4c041..9952592 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,9 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - -### Added +## [ 1.6.0 ] - 2023-11-01 ### Changed @@ -19,8 +17,6 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Fix possible missing translations [#64](https://github.com/orontee/taranis/issues/64) -### Removed - ## [ 1.5.0 ] - 2023-10-26 ### Added diff --git a/meson.build b/meson.build index b6861ea..75c4811 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'taranis', 'cpp', - version: '1.6.0-pre', + version: '1.6.0', meson_version: '>= 0.61.2', default_options : [ 'cpp_std=c++17',