Commit e248826 shmilylty
committed
1 parent 07de3ec commit e248826 Copy full SHA for e248826
File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ OneForAll遵守[语义化版本格式](https://semver.org/)。
7
7
8
8
## Unreleased
9
9
10
+ ## [ 0.0.3] ( https://github.com/shmilylty/oneforall/releases/tag/v0.0.3 ) - 2019-08-08
11
+ ### 修改
12
+ - 代码PEP8格式化
13
+ ### 修改
14
+ - 修改一些已知Bugs
15
+
10
16
## [ 0.0.2] ( https://github.com/shmilylty/oneforall/releases/tag/v0.0.2 ) - 2019-08-04
11
17
### 新增
12
18
- 新增有关文档
Original file line number Diff line number Diff line change 5
5
[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/1287668a6b4c72af683e/maintainability )] ( https://codeclimate.com/github/shmilylty/OneForAll/maintainability )
6
6
[ ![ License] ( https://img.shields.io/github/license/shmilylty/OneForAll )] ( ./LICENSE )
7
7
[ ![ python] ( https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8-blue )] ( ./ )
8
- [ ![ python] ( https://img.shields.io/badge/release-v0.0.2 -brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
8
+ [ ![ python] ( https://img.shields.io/badge/release-v0.0.3 -brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
9
9
10
10
👊** OneForAll是一款功能强大的子域收集工具** 📝[ English Document] ( ./README.en.md )
11
11
Original file line number Diff line number Diff line change 21
21
22
22
banner = """\033 [01;33m
23
23
___ _ _
24
- ___ ___ ___| _|___ ___ ___| | | \033 [01;37m{\033 [1;31mv0.0.2 #dev\033 [01;37m}\033 [01;32m
24
+ ___ ___ ___| _|___ ___ ___| | | \033 [01;37m{\033 [1;31mv0.0.3 #dev\033 [01;37m}\033 [01;32m
25
25
| . | | -_| _| . | _| .'| | | \033 [01;34m
26
26
|___|_|_|___|_| |___|_| |__,|_|_| \033 [0m\033 [4;37mgit.io/fjHT1\033 [0m\n
27
27
"""
@@ -31,7 +31,7 @@ class OneForAll(object):
31
31
"""
32
32
OneForAll是一款功能强大的子域收集工具
33
33
34
- Version: 0.0.2
34
+ Version: 0.0.3
35
35
Project: https://github.com/shmilylty/OneForAll/
36
36
37
37
Example:
You can’t perform that action at this time.
0 commit comments