Skip to content

Commit

Permalink
Bumped version and added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mfep committed Jun 6, 2023
1 parent 3a5ec40 commit afdb36e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include(FetchContent)
include(deps/CMakeRC.cmake)
set(CMAKE_CXX_STANDARD 20)

project(midiconn VERSION 0.2.0 LANGUAGES CXX)
project(midiconn VERSION 0.2.1 LANGUAGES CXX)

option(MC_CHECK_FOR_UPDATES "Build ${PROJECT_NAME} to check for updates on start" OFF)

Expand Down
11 changes: 10 additions & 1 deletion packaging/xyz.safeworlds.midiconn.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,16 @@
<launchable type="desktop-id">xyz.safeworlds.midiconn.desktop</launchable>

<releases>
<release version="0.2.0" date="2023-05-03">
<release version="0.2.1" date="2023-06-06">
<description>
<p>Improvements and bug fixes in the current release:</p>
<ul>
<li>Fixed UTF-8 path handling on Windows.</li>
<li>Better error popups when cannot open presets.</li>
</ul>
</description>
</release>
<release version="0.2.0" date="2023-05-03">
<description>
<p>Improvements and bug fixes in the current release:</p>
<ul>
Expand Down

0 comments on commit afdb36e

Please sign in to comment.