diff --git a/NEWS.md b/NEWS.md index 44cb187..c21f9e4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,7 +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] +## [1.0.0] - 2023-09-06 ### Added @@ -28,6 +28,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Display current weather description [#14](https://github.com/orontee/argos/issues/14) +- Elide location text when too long + [#12](https://github.com/orontee/argos/issues/12) + - About dialog [#7](https://github.com/orontee/argos/issues/7) - Application menu [#6](https://github.com/orontee/argos/issues/6) @@ -37,11 +40,3 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Weather icons [#1](https://github.com/orontee/argos/issues/1) -### Changed - -- Elide location text when too long - [#12](https://github.com/orontee/argos/issues/12) - - -### Removed - diff --git a/meson.build b/meson.build index 902ec49..c105111 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'taranis', 'cpp', - version: '0.1.0', + version: '1.0.0', meson_version: '>= 0.61.2', default_options : [ 'cpp_std=c++17',