Skip to content

Commit

Permalink
chore(release): 1.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.5](v1.0.4...v1.0.5) (2025-01-14)

### Bug Fixes

* trigger build ([272b1e6](272b1e6))
  • Loading branch information
semantic-release-bot committed Jan 14, 2025
1 parent 272b1e6 commit 50c90b5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.5](https://github.com/gonicus/gonnect/compare/v1.0.4...v1.0.5) (2025-01-14)


### Bug Fixes

* trigger build ([272b1e6](https://github.com/gonicus/gonnect/commit/272b1e674c951bf3ad40682820fbbc2aa0086551))

## [1.0.4](https://github.com/gonicus/gonnect/compare/v1.0.3...v1.0.4) (2025-01-13)


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.4 LANGUAGES CXX)
project(GOnnect VERSION 1.0.5 LANGUAGES CXX)

set(CMAKE_COMPILE_WARNING_AS_ERROR ON)
set(CMAKE_CXX_STANDARD 20)
Expand Down
15 changes: 15 additions & 0 deletions resources/flatpak/de.gonicus.gonnect.releases.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<releases>
<release version="1.0.5" date="2025-01-14">
<description>
<p>Bug Fixes:</p>
<ul>
<li>trigger build</li>
</ul>
<p>Continuous Integration:</p>
<ul>
<li>add another screenshot</li>
<li>remove flatpak updater</li>
<li>trigger build</li>
<li>updated images [skip ci]</li>
</ul>
</description>
</release>
<release version="1.0.4" date="2025-01-13">
<description>
<p>Maintenance:</p>
Expand Down

0 comments on commit 50c90b5

Please sign in to comment.