Skip to content

Commit

Permalink
Prepare release of version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orontee committed Oct 25, 2023
1 parent 5524d16 commit c4313d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit c4313d0

Please sign in to comment.