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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FeeiCN committed Sep 15, 2017
1 parent 9b8cba3 commit 5a4fcea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Expand Up @@ -3,6 +3,17 @@ Cobra Changelog

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

Version 2.0.0-alpha.5
---------------------

Released on Sep 15 2017

- 增加漏洞搜索在报告页 #475
- 优化Log输出 #570
- 增加yacc依赖帮助 #569
- 更改默认使用方法及参数配置
- 其它细节优化和Bug修复

Version 2.0.0-alpha.4
---------------------

Expand Down
2 changes: 1 addition & 1 deletion cobra/__version__.py
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.4'
__version__ = '2.0.0-alpha.5'
__author__ = 'Feei'
__author_email__ = 'feei@feei.cn'
__license__ = 'MIT License'
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Expand Up @@ -23,7 +23,7 @@ Cobra可运行在以下Python版本
#### macOS系统依赖
```
brew install grep findutils
brew install grep findutils flex
```

#### Ubuntu系统依赖
Expand Down

0 comments on commit 5a4fcea

Please sign in to comment.