Skip to content

Commit 463ed98

Browse files
authored
chore: 更新版本号至0.1.7 (#10)
更新Cargo.toml、Cargo.lock及README文件中的版本号至0.1.7 Signed-off-by: longjin <longjin@DragonOS.org>
1 parent e3a5932 commit 463ed98

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fastcommit"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "AI-based command line tool to quickly generate standardized commit messages."
55
edition = "2021"
66
authors = ["longjin <fslongjin@vip.qq.com>"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can install `fastcommit` using the following method:
1010

1111
```bash
1212
# Install using cargo
13-
cargo install --git https://github.com/fslongjin/fastcommit --tag v0.1.6
13+
cargo install --git https://github.com/fslongjin/fastcommit --tag v0.1.7
1414
```
1515

1616
## Usage

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
```bash
1010
# 使用 cargo 安装
11-
cargo install --git https://github.com/fslongjin/fastcommit --tag v0.1.6
11+
cargo install --git https://github.com/fslongjin/fastcommit --tag v0.1.7
1212
```
1313

1414
## 使用

0 commit comments

Comments
 (0)