From 63b02a28583d0d3f701a56855de89495ede61731 Mon Sep 17 00:00:00 2001 From: Matthias Meulien Date: Sun, 24 Nov 2024 09:28:02 +0100 Subject: [PATCH] Prepare release 1.11.0 --- NEWS.md | 6 +----- meson.build | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/NEWS.md b/NEWS.md index 37d686f..4151d7d 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.11.0 - 2024-11-24] ### Changed @@ -18,8 +16,6 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Power off logo adapt to screen mode [#101](https://github.com/orontee/taranis/issues/101) -### Removed - ## [1.10.1 - 2024-11-23] ### Changed diff --git a/meson.build b/meson.build index 6366833..b2529b1 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'taranis', 'cpp', - version: '1.11.0-pre', + version: '1.11.0', meson_version: '>= 0.61.2', default_options : [ 'cpp_std=c++17',