Skip to content

Commit

Permalink
Prepare release of version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orontee committed Sep 7, 2023
1 parent f827518 commit e2ee19d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)

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

0 comments on commit e2ee19d

Please sign in to comment.