Skip to content

Commit

Permalink
Prepare release of version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orontee committed Oct 14, 2023
1 parent 9d4a961 commit 7ed9b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 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.3.0] - 2023-10-14

### Added

Expand All @@ -31,8 +31,6 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Don't clear model in case of data refresh failure
[#57](https://github.com/orontee/taranis/issues/57)

### Removed

## [1.2.0] - 2023-10-09

### Added
Expand Down Expand Up @@ -211,8 +209,6 @@ Automatic refresh should not popup connection dialog
- Fix background color of icons
[#45](https://github.com/orontee/taranis/issues/45)

### Removed

## [1.1.0] - 2023-09-16

### Added
Expand Down Expand Up @@ -291,8 +287,6 @@ Fix some (minor) visual glitches
- Fix background color of icons
[#45](https://github.com/orontee/taranis/issues/45)

### Removed

## [1.1.0] - 2023-09-16

### Added
Expand Down Expand Up @@ -374,8 +368,6 @@ Don't open menu during data refresh
- Fix background color of icons
[#45](https://github.com/orontee/taranis/issues/45)

### Removed

## [1.1.0] - 2023-09-16

### Added
Expand Down Expand Up @@ -477,8 +469,6 @@ Automatic refresh should not popup connection dialog
- Fix background color of icons
[#45](https://github.com/orontee/taranis/issues/45)

### Removed

## [1.1.0] - 2023-09-16

### Added
Expand Down Expand Up @@ -557,8 +547,6 @@ Fix some (minor) visual glitches
- Fix background color of icons
[#45](https://github.com/orontee/taranis/issues/45)

### Removed

## [1.1.0] - 2023-09-16

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

0 comments on commit 7ed9b3d

Please sign in to comment.