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

Commit 2d979c5

Browse files
committed
Released v2.0.0-alpha.2
1 parent 94ed5fd commit 2d979c5

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

CHANGES.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Cobra Changelog
2+
===============
3+
4+
Here you can see the full list of changes between each Cobra release.
5+
6+
Version 2.0.0-alpha.2
7+
---------------------
8+
9+
Released on Sep 06 2017
10+
11+
- 修复上传非支持的后缀提示
12+
- 修复VirtualEnv环境下无法执行
13+
- 修复grep/find路径位置变动
14+
- 优化日志等级
15+
- 优化Docker下路径错误
16+
- 优化耗时计算
17+
- 其它细节优化和Bug修复
18+
19+
Version 2.0.0-alpha.1
20+
---------------------
21+
22+
Released on Sep 05 2017
23+
24+
内测正式版本
25+
26+
- 简化安装和使用成本
27+
- 增加CLI模式
28+
- 开源扫描规则

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'
10+
__version__ = '2.0.0-alpha.2'
1111
__author__ = 'Feei'
1212
__author_email__ = '[email protected]'
1313
__license__ = 'MIT License'

cobra/scheduler/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)