Skip to content

Commit

Permalink
app: release 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
borgbyte committed Jun 11, 2024
1 parent 4161f37 commit 476b766
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.
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
## [2.0.7] - 2024-06-11
### Changed:
- Setting to remember devices
- Updates Qt to 6.7.1
- Updates GDK to 0.71.1
- Updates GDK to 0.71.3
- Improved asset registry loading

## [2.0.6] - 2024-05-22
### Changed:
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.16)

project(green VERSION 2.0.6 LANGUAGES CXX)
project(green VERSION 2.0.7 LANGUAGES CXX)

option(GREEN_WAYLAND "Include Wayland support" OFF)

Expand Down
2 changes: 1 addition & 1 deletion tools/publish.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -eo pipefail

VERSION=2.0.6
VERSION=2.0.7

if [[ -z "$CHANNEL" ]]; then
echo "Must set CHANNEL environment variable" 1>&2
Expand Down

0 comments on commit 476b766

Please sign in to comment.