Bump version to v0.5.

This commit is contained in:
2026-03-16 21:55:33 +01:00
parent 2e5e37b0a5
commit 1f3674b266
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Change Log # Change Log
## v0.5: Effects
- Added stars in background for a better sense of velocity.
- Viewport follows ship at center.
- Zoom functionality.
## v0.4: More functionality ## v0.4: More functionality
- Fix acceleration. - Fix acceleration.

View File

@@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.10)
project(SpaceShipSim C) project(SpaceShipSim C)
set(TARGET_NAME "spaceshipsim") set(TARGET_NAME "spaceshipsim")
set(TARGET_VERSION "0.4") set(TARGET_VERSION "0.5")
if(NOT CMAKE_BUILD_TYPE) if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "release") set(CMAKE_BUILD_TYPE "release")