File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.22.1)
22include (ExternalProject )
33
44project (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,
You can’t perform that action at this time.
0 commit comments