Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Commit 683a0eb

Browse files
committed
Released v2.0.0-alpha.3
1 parent e413e4a commit 683a0eb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ Cobra Changelog
33

44
Here you can see the full list of changes between each Cobra release.
55

6+
Version 2.0.0-alpha.3
7+
---------------------
8+
9+
Released on Sep 07 2017
10+
11+
- 漏洞详情中增加CVI编号显示 #552
12+
- 支持非函数体预发解析(print/echo/eval/include)#551
13+
- 文件上传取消选择目录
14+
- 优化API文档
15+
616
Version 2.0.0-alpha.2
717
---------------------
818

cobra/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__issue_page__ = 'https://github.com/wufeifei/cobra/issues/new'
88
__python_version__ = sys.version.split()[0]
99
__platform__ = platform.platform()
10-
__version__ = '2.0.0-alpha.2'
10+
__version__ = '2.0.0-alpha.3'
1111
__author__ = 'Feei'
1212
__author_email__ = '[email protected]'
1313
__license__ = 'MIT License'

0 commit comments

Comments
 (0)