Skip to content

Commit 1adbab8

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2025-08-17) ### Features * centralize global variables ([4f3a3aa](4f3a3aa)) * compile on linux ([7716ca0](7716ca0)) * Modify the existing sementic release pipeline to add builds for the multi-OS pipline. ([8bb896d](8bb896d)) * Modify the macos pipeline into a multi-OS pipeline to build on github actions ([79d72bb](79d72bb))
1 parent 06636b3 commit 1adbab8

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.1.0](https://github.com/aymnms/mario-isn/compare/v1.0.0...v1.1.0) (2025-08-17)
2+
3+
4+
### Features
5+
6+
* centralize global variables ([4f3a3aa](https://github.com/aymnms/mario-isn/commit/4f3a3aac698f7c819233a7cf80d31f4ed5dde0e3))
7+
* compile on linux ([7716ca0](https://github.com/aymnms/mario-isn/commit/7716ca066df393b287de81ea745fecf6aa4cd939))
8+
* Modify the existing sementic release pipeline to add builds for the multi-OS pipline. ([8bb896d](https://github.com/aymnms/mario-isn/commit/8bb896d792d1a19ce2a057ebd16831ae3c40ac0e))
9+
* Modify the macos pipeline into a multi-OS pipeline to build on github actions ([79d72bb](https://github.com/aymnms/mario-isn/commit/79d72bb00d9319b1e3e0178b343c9ce9541a65ed))
10+
111
# 1.0.0 (2025-08-14)
212

313

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ if(APPLE)
1717
set(CMAKE_MACOSX_BUNDLE TRUE)
1818
set(MACOSX_BUNDLE_BUNDLE_NAME "MarioISN")
1919
set(MACOSX_BUNDLE_GUI_IDENTIFIER "fr.aymnms.marioisn")
20-
set(MACOSX_BUNDLE_SHORT_VERSION_STRING "1.0.0")
20+
set(MACOSX_BUNDLE_SHORT_VERSION_STRING "1.1.0")
2121
set(MACOSX_BUNDLE_LONG_VERSION_STRING "1.0")
22-
set(MACOSX_BUNDLE_BUNDLE_VERSION "1.0.0")
22+
set(MACOSX_BUNDLE_BUNDLE_VERSION "1.1.0")
2323
set(MACOSX_BUNDLE_ICON_FILE MyIcon.icns)
2424
endif()
2525

0 commit comments

Comments
 (0)