Skip to content

Commit

Permalink
docs: update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
waketzheng committed Oct 23, 2024
1 parent 645a06d commit 2eb662c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## 0.10

### [0.10.1](../../releases/tag/v0.10.1) - 2024-10-23

- Change script file type from sh to py
- Pass unittest at Windows
- Add contributing guide

### [0.10.0](../../releases/tag/v0.10.0) - 2024-10-22

- Support `fast check --bandit`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Python 3.10+
<div class="termy">

```bash
pip install "fast-dev-cli"
pip install fast-dev-cli
```
*Will install: fast-dev-cli typer ruff mypy bumpversion pytest coverage*
*Will install: fast-dev-cli emoji typer ruff mypy bumpversion2 pytest coverage*

</div>

Expand Down
4 changes: 2 additions & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Python3.10及其以上版本
```bash
pip install fast-dev-cli
```
*会同时安装typer、ruff、mypy、pytest、coverage、bumpversion等日常开发工具包*
*会同时安装emoji、typer、ruff、mypy、pytest、coverage、bumpversion2等日常开发工具包*

- 最小化安装
```bash
pip install fastdevcli-slim
```
*只依赖typer(适用于只使用tag和sync/upload/upgrade命令的情况)*
*只依赖typer/emoji(适用于只使用tag和sync/upload/upgrade命令的情况)*

## 使用
### 代码格式化
Expand Down

0 comments on commit 2eb662c

Please sign in to comment.