File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on Common Changelog,
66and this project adheres to Semantic Versioning.
77
8+ ## [ 0.2.2] - 2026-02-08
9+
10+ - Bundled required vcpkg runtime DLLs in Windows release artifacts to avoid
11+ missing wxWidgets runtime errors on end-user systems.
12+ - Clarified runtime dependency requirements in ` README.md ` with a dedicated
13+ platform-specific section for Windows, Linux, and macOS.
14+
815## [ 0.2.1] - 2026-02-08
916
1017- Stopped shipping redundant ` locale/ ` folders in release artifacts now that
@@ -55,6 +62,7 @@ and this project adheres to Semantic Versioning.
5562
5663_ First release._
5764
65+ [ 0.2.2 ] : https://github.com/versable/OpenGothicStarter/releases/tag/v0.2.2
5866[ 0.2.1 ] : https://github.com/versable/OpenGothicStarter/releases/tag/v0.2.1
5967[ 0.2.0 ] : https://github.com/versable/OpenGothicStarter/releases/tag/v0.2.0
6068[ 0.1.1 ] : https://github.com/versable/OpenGothicStarter/releases/tag/v0.1.1
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.16 )
2- project (OpenGothicStarter VERSION 0.2.1 LANGUAGES CXX )
2+ project (OpenGothicStarter VERSION 0.2.2 LANGUAGES CXX )
33
44set (CMAKE_CXX_STANDARD 17)
55set (CMAKE_CXX_STANDARD_REQUIRED ON )
You can’t perform that action at this time.
0 commit comments