From 8ac06866bc70a866363352a7c4bf456b14cda2de Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Wed, 5 Apr 2023 16:45:58 +0800 Subject: [PATCH] go for DR 0.7.2.0 --- README.md | 6 +++--- docs/README-en.md | 6 +++--- docs/src/update_logs.md | 4 +++- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d3758d8..93d477b 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ [关于版本号的说明](./docs/src/version.md) -[![Generic badge](https://img.shields.io/badge/Release-0.7.1.4-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) -[![Generic badge](https://img.shields.io/badge/Pre_Release-0.7.1.5-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) -[![Generic badge](https://img.shields.io/badge/Devloping-0.7.2-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Release-0.7.2.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Pre_Release-0.7.2.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Devloping-0.7.3-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) [![language badge](https://stats.deeptrain.net/repo/shenjackyuanjie/Difficult-Rocket?theme=dark)](https://stats.deeptrain.net/repo/shenjackyuanjie/Difficult-Rocket?theme=dark) diff --git a/docs/README-en.md b/docs/README-en.md index f7f0e79..654b484 100644 --- a/docs/README-en.md +++ b/docs/README-en.md @@ -17,9 +17,9 @@ [About Versions](src/version.md) -[![Generic badge](https://img.shields.io/badge/Release-0.7.1.4-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) -[![Generic badge](https://img.shields.io/badge/Pre_Release-0.7.1.5-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) -[![Generic badge](https://img.shields.io/badge/Devloping-0.7.2-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Release-0.7.2.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Pre_Release-0.7.2.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Devloping-0.7.3-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) [![language badge](https://stats.deeptrain.net/repo/shenjackyuanjie/Difficult-Rocket?theme=dark)](https://stats.deeptrain.net/repo/shenjackyuanjie/Difficult-Rocket?theme=dark) diff --git a/docs/src/update_logs.md b/docs/src/update_logs.md index 1c7d155..da1da69 100644 --- a/docs/src/update_logs.md +++ b/docs/src/update_logs.md @@ -15,7 +15,7 @@ [关于版本号的说明/about version](version.md) [![Generic badge](https://img.shields.io/badge/SemVer-2.0.0-blue.svg)](https://Semver.org/) -![Generic badge](https://img.shields.io/badge/Version-0.7.1.2-yellow.svg) +![Generic badge](https://img.shields.io/badge/Version-0.7.2.0-yellow.svg) - [![Readme-github](https://img.shields.io/badge/Readme-Github-blue.svg?style=flat-square&logo=Github)](https://github.com/shenjackyuanjie/Difficult-Rocket) - [![Readme-gitee](https://img.shields.io/badge/Readme-Gitee-blue.svg?style=flat-square&logo=Gitee)](https://gitee.com/shenjackyuanjie/Difficult-Rocket) @@ -68,6 +68,8 @@ - 现在很多输出信息的地方会使用 i18n - Now many places that output information will use i18n +- 现在会在渲染飞船的时候在控制台输出飞船的部件数、总质量、解析时间 + - Now it will output the number of ship parts, total mass, and parsing time when rendering the ship in the console ## 20230302 DR `0.7.1.5` + Build `1.2.1.0` + DR_rs `0.2.5.6`~`0.2.6.0` + DR_api `0.0.1.0` diff --git a/pyproject.toml b/pyproject.toml index e40c440..c23611c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "pdm.pep517.api" [project] name = "difficult-rocket" -version = "0.7.1.5" +version = "0.7.2.0" description = "A rocket game" authors = [ {name = "shenjackyuanjie", email = "3695888@qq.com"}