Skip to content

Commit

Permalink
Prepare release of version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orontee committed Sep 6, 2023
1 parent 71bb787 commit 0f0b80c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 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.0.0] - 2023-09-06

### Added

Expand All @@ -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)
Expand All @@ -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

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: '0.1.0',
version: '1.0.0',
meson_version: '>= 0.61.2',
default_options : [
'cpp_std=c++17',
Expand Down

0 comments on commit 0f0b80c

Please sign in to comment.