mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-11-30 02:48:57 +08:00
update to 1.3.4
This commit is contained in:
parent
ffb1f21cbc
commit
d299d1dfcd
@ -1,6 +1,13 @@
|
||||
版本发布说明
|
||||
=======================
|
||||
|
||||
1.3.4 - 2024年2月1日
|
||||
-------------------------
|
||||
|
||||
1. fixed windows 下第三方依赖 hikyuu 的 C++ 代码中无法使用 KData
|
||||
2. 调整 matplotlib font manager 日志级别
|
||||
|
||||
|
||||
1.3.3 - 2024年1月31日
|
||||
-------------------------
|
||||
|
||||
|
@ -73,7 +73,7 @@ add_rules("mode.debug", "mode.release")
|
||||
if not is_plat("windows") then add_rules("mode.coverage", "mode.asan", "mode.msan", "mode.tsan", "mode.lsan") end
|
||||
|
||||
-- version
|
||||
set_version("1.3.3", {build = "%Y%m%d%H%M"})
|
||||
set_version("1.3.4", {build = "%Y%m%d%H%M"})
|
||||
set_configvar("LOG_ACTIVE_LEVEL", 0) -- 激活的日志级别
|
||||
-- if is_mode("debug") then
|
||||
-- set_configvar("LOG_ACTIVE_LEVEL", 0) -- 激活的日志级别
|
||||
|
Loading…
Reference in New Issue
Block a user