Skip to content

Commit

Permalink
Release 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fasiondog committed May 27, 2024
1 parent 6e3c17e commit b8662bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/source/release.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
版本发布说明
=======================

2.0.9 - 2024年5月27日
-------------------------

1. fixed Parameter 中对 Block 的支持,造成 INSUM 无法参与其他指标的计算
2. Porfolio 添加对延迟系统可能出现的未来信号保护


2.0.8 - 2024年5月22日
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,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("2.0.8", {build = "%Y%m%d%H%M"})
set_version("2.0.9", {build = "%Y%m%d%H%M"})

local level = get_config("log_level")
if is_mode("debug") then
Expand Down

0 comments on commit b8662bf

Please sign in to comment.