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

Commit

Permalink
Released v2.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FeeiCN committed Sep 6, 2017
1 parent 94ed5fd commit 2d979c5
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Cobra Changelog
===============

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

Version 2.0.0-alpha.2
---------------------

Released on Sep 06 2017

- 修复上传非支持的后缀提示
- 修复VirtualEnv环境下无法执行
- 修复grep/find路径位置变动
- 优化日志等级
- 优化Docker下路径错误
- 优化耗时计算
- 其它细节优化和Bug修复

Version 2.0.0-alpha.1
---------------------

Released on Sep 05 2017

内测正式版本

- 简化安装和使用成本
- 增加CLI模式
- 开源扫描规则
2 changes: 1 addition & 1 deletion cobra/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__issue_page__ = 'https://github.com/wufeifei/cobra/issues/new'
__python_version__ = sys.version.split()[0]
__platform__ = platform.platform()
__version__ = '2.0.0-alpha'
__version__ = '2.0.0-alpha.2'
__author__ = 'Feei'
__author_email__ = '[email protected]'
__license__ = 'MIT License'
Expand Down
Empty file removed cobra/scheduler/__init__.py
Empty file.

0 comments on commit 2d979c5

Please sign in to comment.