Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Apr 28, 2022
1 parent 2299fba commit ba76e12
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.7.4
* Implement periodic autosave
* Update to latest libSDL2pp

## Earlier
Changelog was not kept before, but can be recreated form git history
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)

# meta
project(hoverboard-sdl)
project(hoverboard-sdl LANGUAGES CXX VERSION 0.8.0)

# options
option(SYSTEMWIDE "Build for systemwide installation" OFF)
Expand Down

0 comments on commit ba76e12

Please sign in to comment.