Skip to content

Commit e248826

Browse files
author
shmilylty
committed
v0.0.3
1 parent 07de3ec commit e248826

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ OneForAll遵守[语义化版本格式](https://semver.org/)。
77

88
## Unreleased
99

10+
## [0.0.3](https://github.com/shmilylty/oneforall/releases/tag/v0.0.3) - 2019-08-08
11+
### 修改
12+
- 代码PEP8格式化
13+
### 修改
14+
- 修改一些已知Bugs
15+
1016
## [0.0.2](https://github.com/shmilylty/oneforall/releases/tag/v0.0.2) - 2019-08-04
1117
### 新增
1218
- 新增有关文档

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Maintainability](https://api.codeclimate.com/v1/badges/1287668a6b4c72af683e/maintainability)](https://codeclimate.com/github/shmilylty/OneForAll/maintainability)
66
[![License](https://img.shields.io/github/license/shmilylty/OneForAll)](./LICENSE)
77
[![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)
99

1010
👊**OneForAll是一款功能强大的子域收集工具** 📝[English Document](./README.en.md)
1111

oneforall/oneforall.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
banner = """\033[01;33m
2323
___ _ _
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
2525
| . | | -_| _| . | _| .'| | | \033[01;34m
2626
|___|_|_|___|_| |___|_| |__,|_|_| \033[0m\033[4;37mgit.io/fjHT1\033[0m\n
2727
"""
@@ -31,7 +31,7 @@ class OneForAll(object):
3131
"""
3232
OneForAll是一款功能强大的子域收集工具
3333
34-
Version: 0.0.2
34+
Version: 0.0.3
3535
Project: https://github.com/shmilylty/OneForAll/
3636
3737
Example:

0 commit comments

Comments
 (0)