diff --git a/cobra/__version__.py b/cobra/__version__.py index c0ff47b1..d19dc9e7 100644 --- a/cobra/__version__.py +++ b/cobra/__version__.py @@ -7,7 +7,7 @@ __issue_page__ = 'https://github.com/LoRexxar/Cobra-W/issues/new' __python_version__ = sys.version.split()[0] __platform__ = platform.platform() -__version__ = '1.0.1' +__version__ = '1.1.0' __author__ = 'LoRexxar' __author_email__ = 'LoRexxar@gmail.com' __license__ = 'MIT License' diff --git a/docs/changelog.md b/docs/changelog.md index 92d53948..1aa4e83d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -73,4 +73,11 @@ - 2018-01-17 - Cobra-W 1.0.0-beta.1 - 添加单元测试 - - 添加更完善的开发文档 \ No newline at end of file + - 添加更完善的开发文档 +- 2018-08-01 + - Cobra-W 1.0.1 + - 更新了solidity中only-regex-match模式的支持 +- 2018-08-31 + - Cobra-W 1.1.0 + - 更新了新的regex-return-regex模式 + \ No newline at end of file