Skip to content

Commit 08b716e

Browse files
committed
chore(release): prepare v0.2.2
1 parent 91f9d8a commit 08b716e

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on Common Changelog,
66
and 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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(OpenGothicStarter VERSION 0.2.1 LANGUAGES CXX)
2+
project(OpenGothicStarter VERSION 0.2.2 LANGUAGES CXX)
33

44
set(CMAKE_CXX_STANDARD 17)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)