Skip to content

Commit

Permalink
Merge pull request #239 from fasiondog/release
Browse files Browse the repository at this point in the history
release 2.0.3
  • Loading branch information
fasiondog committed Apr 25, 2024
2 parents b6f8b28 + a96cfbf commit c0b2014
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/source/release.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
版本发布说明
=======================

2.0.3 - 2024年4月25日
-------------------------

1. 增强 FINANCE,增加 only_year_report 和 dynamic 参数,以便进行市盈率等计算
2. Indicaotr.plot 绘制时,将 x 轴设置为日期
3. 增加北交所 92 号段
4. 增加 BlockIndex 表,支持 Block 获取对应指数
5. fixed 板块信息导入时,如果网络不好,未获取到当前板块信息时,会把之前的板块信息删除
6. fixed interactive 中 blockbj 为空


2.0.2 - 2024年4月19日
-------------------------

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.2", {build = "%Y%m%d%H%M"})
set_version("2.0.3", {build = "%Y%m%d%H%M"})

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

0 comments on commit c0b2014

Please sign in to comment.