File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
77
8+ ## [ 0.11.2] - 2025-05-31
9+
10+ - Support LeviLamina 1.2.0
11+
812## [ 0.11.1] - 2025-05-20
913
1014- Support LeviLamina 1.2.0-rc.2
@@ -33,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
3337
3438- Support LeviLamina 1.0.0-rc.3
3539
40+ [ 0.11.2 ] : https://github.com/LiteLDev/LegacyRemoteCall/compare/v0.11.1...v0.11.2
3641[ 0.11.1 ] : https://github.com/LiteLDev/LegacyRemoteCall/compare/v0.11.0...v0.11.1
3742[ 0.11.0 ] : https://github.com/LiteLDev/LegacyRemoteCall/compare/v0.10.2...v0.11.0
3843[ 0.10.2 ] : https://github.com/LiteLDev/LegacyRemoteCall/compare/v0.10.1...v0.10.2
Original file line number Diff line number Diff line change 22 "format_version" : 3 ,
33 "format_uuid" : " 289f771f-2c9a-4d73-9f3f-8492495a924d" ,
44 "tooth" : " github.com/LiteLDev/LegacyRemoteCall" ,
5- "version" : " 0.11.1 " ,
5+ "version" : " 0.11.2 " ,
66 "info" : {
77 "name" : " LegacyRemoteCall" ,
88 "description" : " A part of LegacyScriptEngine" ,
1818 {
1919 "platform" : " win-x64" ,
2020 "dependencies" : {
21- "github.com/LiteLDev/LeviLamina" : " 1.2.0-rc.2 "
21+ "github.com/LiteLDev/LeviLamina" : " 1.2.* "
2222 },
2323 "assets" : [
2424 {
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33add_repositories (" liteldev-repo https://github.com/LiteLDev/xmake-repo.git" )
44
55if is_config (" target_type" , " server" ) then
6- add_requires (" levilamina a22a1e5ac62a1fdf9470e9711660d1cac36a0c2f " , {configs = {target_type = " server" }})
6+ add_requires (" levilamina 1.2.0 " , {configs = {target_type = " server" }})
77else
8- add_requires (" levilamina a22a1e5ac62a1fdf9470e9711660d1cac36a0c2f " , {configs = {target_type = " client" }})
8+ add_requires (" levilamina 1.2.0 " , {configs = {target_type = " client" }})
99end
1010
1111add_requires (" levibuildscript" )
You can’t perform that action at this time.
0 commit comments