Skip to content

Commit 46b31a4

Browse files
committed
Prepare for release v0.0.6
1 parent 71f3452 commit 46b31a4

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.6] - 2024-02-08
11+
1012
### Added
1113

1214
- Windows executable now has the project's logo as icon.
@@ -75,7 +77,8 @@ Initial release (9ed4323).
7577
- Gosu v1.4.3
7678
- MRuby v3.2.0
7779

78-
[unreleased]: https://github.com/Chadowo/gosu-mruby-wrapper/compare/v0.0.5...HEAD
80+
[unreleased]: https://github.com/Chadowo/gosu-mruby-wrapper/compare/v0.0.6...HEAD
81+
[0.0.6]: https://github.com/Chadowo/gosu-mruby-wrapper/compare/v0.0.5...v0.0.6
7982
[0.0.5]: https://github.com/Chadowo/gosu-mruby-wrapper/compare/v0.0.4...v0.0.5
8083
[0.0.4]: https://github.com/Chadowo/gosu-mruby-wrapper/compare/v0.0.3...v0.0.4
8184
[0.0.3]: https://github.com/Chadowo/gosu-mruby-wrapper/compare/v0.0.2...v0.0.3

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.22.1)
22
include(ExternalProject)
33

44
project(GosuMRubyWrapper
5-
VERSION 0.0.5
5+
VERSION 0.0.6
66
LANGUAGES C CXX)
77

88
# FIXME: CMake can't find the Ruby library on MSYS2 it seems,

0 commit comments

Comments
 (0)