Skip to content

Commit

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

### Bug Fixes

* adjust file permissions of initial config ([e6beb1c](e6beb1c))
  • Loading branch information
semantic-release-bot committed Jan 13, 2025
1 parent e5f65ef commit a13726c
Show file tree
Hide file tree
Showing 3 changed files with 28 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.4](https://github.com/gonicus/gonnect/compare/v1.0.3...v1.0.4) (2025-01-13)


### Bug Fixes

* adjust file permissions of initial config ([e6beb1c](https://github.com/gonicus/gonnect/commit/e6beb1c060394550561a96aafc455756563c40f4))

## [1.0.3](https://github.com/gonicus/gonnect/compare/v1.0.2...v1.0.3) (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.3 LANGUAGES CXX)
project(GOnnect VERSION 1.0.4 LANGUAGES CXX)

set(CMAKE_COMPILE_WARNING_AS_ERROR ON)
set(CMAKE_CXX_STANDARD 20)
Expand Down
20 changes: 20 additions & 0 deletions resources/flatpak/de.gonicus.gonnect.releases.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<releases>
<release version="1.0.4" date="2025-01-13">
<description>
<p>Maintenance:</p>
<ul>
<li>shrink icon by some more pixels</li>
</ul>
<p>Continuous Integration:</p>
<ul>
<li>make use of Semantic Release app</li>
</ul>
<p>Bug Fixes:</p>
<ul>
<li>adjust file permissions of initial config</li>
</ul>
<p>Build System:</p>
<ul>
<li>speed up Distrobox starts after initialization</li>
</ul>
</description>
</release>
<release version="1.0.3" date="2025-01-13">
<description>
<p>Maintenance:</p>
Expand Down

0 comments on commit a13726c

Please sign in to comment.