diff --git a/NEWS.md b/NEWS.md index 31ef267..9fee9ac 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.5.0 ] - 2023-10-26 ### Added @@ -15,6 +15,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Changed +- New translation infrastructure. Hopefully it should not have any + effect visible to the end user. + [#61](https://github.com/orontee/taranis/issues/61) + - The hourly forecast view used to display forecasts for 24 hours. It has been increased to 48 hours. Labels have been added to identify dates. @@ -25,8 +29,6 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). nearest hour. [#32](https://github.com/orontee/taranis/issues/32) -### Removed - ## [1.4.0] - 2023-10-19 ### Added diff --git a/meson.build b/meson.build index 15d333a..50e02f2 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'taranis', 'cpp', - version: '1.5.0-pre', + version: '1.5.0', meson_version: '>= 0.61.2', default_options : [ 'cpp_std=c++17',