Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2025-01-08)

### Bug Fixes

* add workaround for KDE tray ([46a5b50](46a5b50))
* enable sample template ([00f5481](00f5481))
* properly show errors on template copy ([ff4bcb5](ff4bcb5))
  • Loading branch information
semantic-release-bot committed Jan 8, 2025
1 parent 7806cd0 commit 873d31c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.2](https://github.com/gonicus/gonnect/compare/v1.0.1...v1.0.2) (2025-01-08)


### Bug Fixes

* add workaround for KDE tray ([46a5b50](https://github.com/gonicus/gonnect/commit/46a5b504c6801c0e35432798c10cd8473e175ea6))
* enable sample template ([00f5481](https://github.com/gonicus/gonnect/commit/00f54813147aab9e6911b3d01451fd028be5876d))
* properly show errors on template copy ([ff4bcb5](https://github.com/gonicus/gonnect/commit/ff4bcb5ada56c0091d366ef2873e196fa033dcc6))

## [1.0.1](https://github.com/gonicus/gonnect/compare/v1.0.0...v1.0.1) (2025-01-07)


Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.20)

project(GOnnect VERSION 1.0.1 LANGUAGES CXX)
project(GOnnect VERSION 1.0.2 LANGUAGES CXX)

set(CMAKE_COMPILE_WARNING_AS_ERROR ON)
set(CMAKE_CXX_STANDARD 20)
Expand Down
19 changes: 19 additions & 0 deletions resources/flatpak/de.gonicus.gonnect.releases.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<releases>
<release version="1.0.2" date="2025-01-08">
<description>
<p>Bug Fixes:</p>
<ul>
<li>add workaround for KDE tray</li>
<li>enable sample template</li>
<li>properly show errors on template copy</li>
</ul>
<p>Maintenance:</p>
<ul>
<li>avoid double install of resources</li>
<li>install meta data from CMake</li>
</ul>
<p>Continuous Integration:</p>
<ul>
<li>fix path for release note options</li>
</ul>
</description>
</release>
<release version="1.0.1" date="2025-01-07"/>
<release version="1.0.0" date="2024-12-19"/>
</releases>

0 comments on commit 873d31c

Please sign in to comment.