From ef55a70a9be0cfdbf3dec9a386fa8359865df3bd Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Sun, 29 Nov 2020 16:54:43 +0800 Subject: [PATCH] v0.4.3 --- README.md | 2 +- docs/changes.md | 4 ++++ docs/en-us/README.md | 2 +- oneforall.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d83f7db9..bb9fb215 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Maintainability](https://api.codeclimate.com/v1/badges/1287668a6b4c72af683e/maintainability)](https://codeclimate.com/github/shmilylty/OneForAll/maintainability) [![License](https://img.shields.io/github/license/shmilylty/OneForAll)](https://github.com/shmilylty/OneForAll/tree/master/LICENSE) [![python](https://img.shields.io/badge/python-3.6|3.7|3.8-blue)](https://github.com/shmilylty/OneForAll/tree/master/) -[![python](https://img.shields.io/badge/release-v0.4.2-brightgreen)](https://github.com/shmilylty/OneForAll/releases) +[![python](https://img.shields.io/badge/release-v0.4.3-brightgreen)](https://github.com/shmilylty/OneForAll/releases) 👊**OneForAll是一款功能强大的子域收集工具** 📝[English Document](https://github.com/shmilylty/OneForAll/tree/master/docs/en-us/README.md) diff --git a/docs/changes.md b/docs/changes.md index 34fd8703..7d3c7f7b 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -8,6 +8,10 @@ OneForAll遵守[语义化版本格式](https://semver.org/)。 # Unreleased # Released +## [0.4.3](https://github.com/shmilylty/oneforall/releases/tag/v0.4.3) - 2020-11-23 +- 修复了已知问题 +- 更新了文档 + ## [0.4.2](https://github.com/shmilylty/oneforall/releases/tag/v0.4.2) - 2020-11-23 - 添加了数据表初始化处理流程,修复了#163中出现的问题。 diff --git a/docs/en-us/README.md b/docs/en-us/README.md index 8e78c3c6..ba3b5f7c 100644 --- a/docs/en-us/README.md +++ b/docs/en-us/README.md @@ -5,7 +5,7 @@ [![Maintainability](https://api.codeclimate.com/v1/badges/1287668a6b4c72af683e/maintainability)](https://codeclimate.com/github/shmilylty/OneForAll/maintainability) [![License](https://img.shields.io/github/license/shmilylty/OneForAll)](https://github.com/shmilylty/OneForAll/tree/master/LICENSE) [![python](https://img.shields.io/badge/python-3.6|3.7|3.8-blue)](https://github.com/shmilylty/OneForAll/tree/master/) -[![python](https://img.shields.io/badge/release-v0.4.2-brightgreen)](https://github.com/shmilylty/OneForAll/releases) +[![python](https://img.shields.io/badge/release-v0.4.3-brightgreen)](https://github.com/shmilylty/OneForAll/releases) 👊**OneForAll is a powerful subdomain integration tool** 📝[中文文档](https://github.com/shmilylty/OneForAll/tree/master/README.md) diff --git a/oneforall.py b/oneforall.py index f65048e7..f81e4949 100644 --- a/oneforall.py +++ b/oneforall.py @@ -32,7 +32,7 @@ red = '\033[1;31m' end = '\033[0m' -version = 'v0.4.1' +version = 'v0.4.3' message = white + '{' + red + version + ' #dev' + white + '}' oneforall_banner = f"""