From e2ee19dea57d6da5d9366a9633735a2c8d16df18 Mon Sep 17 00:00:00 2001 From: Matthias Meulien Date: Thu, 7 Sep 2023 14:23:57 +0200 Subject: [PATCH] Prepare release of version 1.0.1 --- NEWS.md | 7 +------ meson.build | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/NEWS.md b/NEWS.md index 6601a03..5529c4d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,17 +6,13 @@ 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] +## [1.0.1] - 2023-09-07 ### Added - Check software version at startup [#30](https://github.com/orontee/argos/issues/30) -### Changed - -### Removed - ## [1.0.0] - 2023-09-06 ### Added @@ -50,4 +46,3 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). [#3](https://github.com/orontee/argos/issues/3) - Weather icons [#1](https://github.com/orontee/argos/issues/1) - diff --git a/meson.build b/meson.build index 499c357..5aa838f 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'taranis', 'cpp', - version: '1.1.0', + version: '1.0.1', meson_version: '>= 0.61.2', default_options : [ 'cpp_std=c++17',