Skip to content

Commit 761818f

Browse files
feat: v0.3.0 に向けREADME更新 (#116)
* feat: v0.3.0 に向けREADME更新 * fix: ワークフローをpublishモードでも通るように修正
1 parent 79fc604 commit 761818f

File tree

11 files changed

+48
-47
lines changed

11 files changed

+48
-47
lines changed

.github/workflows/sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
run: cargo install cargo-sort --locked --version 2.0.1
1717
- name: Check docs are updated properly
1818
run: |
19-
.github/scripts/sync.rs -- --check
19+
.github/scripts/sync.rs -- --check || \
20+
.github/scripts/sync.rs -- --check -m publish

docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<div align="center">
2-
<a href="https://docs.rs/hooq/0.2.0/hooq/" target="_blank">
2+
<a href="https://docs.rs/hooq/latest/hooq/" target="_blank">
33
<img src="https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_eye_catch3.png" />
44
</a>
55
<h1>hooq</h1>
66

77
<h3>A simple macro that inserts (hooks) a method before question operator (`?`).</h3>
88

99
[![crate](https://img.shields.io/crates/v/hooq)](https://crates.io/crates/hooq)
10-
[![docs](https://img.shields.io/docsrs/hooq/0.2.0)](https://docs.rs/hooq/0.2.0/hooq/)
10+
[![docs](https://img.shields.io/docsrs/hooq/0.3.0)](https://docs.rs/hooq/0.3.0/hooq/)
1111
[![Rust](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml/badge.svg)](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml)
1212

1313
?🪝 The name hooq comes from combining 'HOOk' and the 'Question mark operator ( ? )'. 🪝?
@@ -21,7 +21,7 @@ Keywords: `Result`, `Option`, `hook`, `Result hook`, `Option hook`, `? hook`, `q
2121
Documentations:
2222
- tutorial: <https://anotherhollow1125.github.io/hooq/latest/en/tutorial/index.html>
2323
- reference: <https://anotherhollow1125.github.io/hooq/latest/en/reference/index.html>
24-
- docs.rs: <https://docs.rs/hooq/0.2.0/hooq/>
24+
- docs.rs: <https://docs.rs/hooq/latest/hooq/>
2525

2626
> [!NOTE]
2727
> 日本語版ドキュメントはこちら: [docs/ja/README.md](https://github.com/anotherhollow1125/hooq/tree/main/docs/ja)
@@ -148,7 +148,7 @@ For detailed usage instructions, please refer to the following! (Also included a
148148

149149
- tutorial: <https://anotherhollow1125.github.io/hooq/latest/en/tutorial/index.html>
150150
- reference: <https://anotherhollow1125.github.io/hooq/latest/en/reference/index.html>
151-
- docs.rs: <https://docs.rs/hooq/0.2.0/hooq/>
151+
- docs.rs: <https://docs.rs/hooq/latest/hooq/>
152152

153153
> [!NOTE]
154154
> 日本語版ドキュメントはこちら: [docs/ja/README.md](https://github.com/anotherhollow1125/hooq/tree/main/docs/ja)
@@ -165,7 +165,7 @@ or add it to your `Cargo.toml`.
165165

166166
```toml
167167
[dependencies]
168-
hooq = "0.2.0"
168+
hooq = "0.3.0"
169169
```
170170

171171
> [!NOTE]

docs/_readme_root.md.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<a href="https://docs.rs/hooq/{{version}}/hooq/" target="_blank">
2+
<a href="https://docs.rs/hooq/latest/hooq/" target="_blank">
33
<img src="https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_eye_catch3.png" />
44
</a>
55
<h1>hooq</h1>
@@ -21,7 +21,7 @@ Keywords: `Result`, `Option`, `hook`, `Result hook`, `Option hook`, `? hook`, `q
2121
Documentations:
2222
- tutorial: <https://anotherhollow1125.github.io/hooq/latest/en/tutorial/index.html>
2323
- reference: <https://anotherhollow1125.github.io/hooq/latest/en/reference/index.html>
24-
- docs.rs: <https://docs.rs/hooq/{{version}}/hooq/>
24+
- docs.rs: <https://docs.rs/hooq/latest/hooq/>
2525

2626
> [!NOTE]
2727
> 日本語版ドキュメントはこちら: [docs/ja/README.md](https://github.com/anotherhollow1125/hooq/tree/main/docs/ja)
@@ -148,7 +148,7 @@ For detailed usage instructions, please refer to the following! (Also included a
148148

149149
- tutorial: <https://anotherhollow1125.github.io/hooq/latest/en/tutorial/index.html>
150150
- reference: <https://anotherhollow1125.github.io/hooq/latest/en/reference/index.html>
151-
- docs.rs: <https://docs.rs/hooq/{{version}}/hooq/>
151+
- docs.rs: <https://docs.rs/hooq/latest/hooq/>
152152

153153
> [!NOTE]
154154
> 日本語版ドキュメントはこちら: [docs/ja/README.md](https://github.com/anotherhollow1125/hooq/tree/main/docs/ja)

docs/ja/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<div align="center">
2-
<a href="https://docs.rs/hooq/0.2.0/hooq/" target="_blank">
2+
<a href="https://docs.rs/hooq/latest/hooq/" target="_blank">
33
<img src="https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_eye_catch3.png" />
44
</a>
55
<h1>hooq</h1>
66

77
<h3>はてな演算子 (`?`) の前にメソッドを挿入(フック)するシンプルなマクロ</h3>
88

99
[![crate](https://img.shields.io/crates/v/hooq)](https://crates.io/crates/hooq)
10-
[![docs](https://img.shields.io/docsrs/hooq/0.2.0)](https://docs.rs/hooq/0.2.0/hooq/)
10+
[![docs](https://img.shields.io/docsrs/hooq/0.3.0)](https://docs.rs/hooq/0.3.0/hooq/)
1111
[![Rust](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml/badge.svg)](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml)
1212

1313
?🪝 hooq という名前は 'HOOk' と 'Question' 演算子 ( `?` ) が由来です 🪝?
@@ -21,7 +21,7 @@ Enhance your questions by hooq!?
2121
ドキュメント:
2222
- チュートリアル: <https://anotherhollow1125.github.io/hooq/latest/ja/tutorial/index.html>
2323
- リファレンス: <https://anotherhollow1125.github.io/hooq/latest/ja/reference/index.html>
24-
- docs.rs: <https://docs.rs/hooq/0.2.0/hooq/>
24+
- docs.rs: <https://docs.rs/hooq/latest/hooq/>
2525

2626
<hr />
2727

@@ -146,7 +146,7 @@ Caused by:
146146

147147
- チュートリアル: <https://anotherhollow1125.github.io/hooq/latest/ja/tutorial/index.html>
148148
- リファレンス: <https://anotherhollow1125.github.io/hooq/latest/ja/reference/index.html>
149-
- docs.rs: <https://docs.rs/hooq/0.2.0/hooq/>
149+
- docs.rs: <https://docs.rs/hooq/latest/hooq/>
150150

151151
## インストール
152152

@@ -163,7 +163,7 @@ cargo add hooq
163163

164164
```toml
165165
[dependencies]
166-
hooq = "0.2.0"
166+
hooq = "0.3.0"
167167
```
168168

169169
## デフォルトで挿入されるメソッド

docs/ja/_readme_root.md.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<a href="https://docs.rs/hooq/{{version}}/hooq/" target="_blank">
2+
<a href="https://docs.rs/hooq/latest/hooq/" target="_blank">
33
<img src="https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_eye_catch3.png" />
44
</a>
55
<h1>hooq</h1>
@@ -21,7 +21,7 @@ Enhance your questions by hooq!?
2121
ドキュメント:
2222
- チュートリアル: <https://anotherhollow1125.github.io/hooq/latest/ja/tutorial/index.html>
2323
- リファレンス: <https://anotherhollow1125.github.io/hooq/latest/ja/reference/index.html>
24-
- docs.rs: <https://docs.rs/hooq/{{version}}/hooq/>
24+
- docs.rs: <https://docs.rs/hooq/latest/hooq/>
2525

2626
<hr />
2727

@@ -146,7 +146,7 @@ Caused by:
146146

147147
- チュートリアル: <https://anotherhollow1125.github.io/hooq/latest/ja/tutorial/index.html>
148148
- リファレンス: <https://anotherhollow1125.github.io/hooq/latest/ja/reference/index.html>
149-
- docs.rs: <https://docs.rs/hooq/{{version}}/hooq/>
149+
- docs.rs: <https://docs.rs/hooq/latest/hooq/>
150150

151151
## インストール
152152

hooq-helpers/docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
This is sub-crate for [hooq](https://github.com/anotherhollow1125/hooq/tree/main/hooq) crate. Please use [hooq](https://github.com/anotherhollow1125/hooq/tree/main/hooq) crate instead of using this crate directly.
22

33
<div align="center">
4-
<a href="https://docs.rs/hooq/0.2.0/hooq/" target="_blank">
4+
<a href="https://docs.rs/hooq/latest/hooq/" target="_blank">
55
<img src="https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_eye_catch3.png" />
66
</a>
77
<h1>hooq</h1>
88

99
<h3>A simple macro that inserts (hooks) a method before question operator (`?`).</h3>
1010

1111
[![crate](https://img.shields.io/crates/v/hooq)](https://crates.io/crates/hooq)
12-
[![docs](https://img.shields.io/docsrs/hooq/0.2.0)](https://docs.rs/hooq/0.2.0/hooq/)
12+
[![docs](https://img.shields.io/docsrs/hooq/0.3.0)](https://docs.rs/hooq/0.3.0/hooq/)
1313
[![Rust](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml/badge.svg)](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml)
1414

1515
?🪝 The name hooq comes from combining 'HOOk' and the 'Question mark operator ( ? )'. 🪝?
@@ -23,7 +23,7 @@ Keywords: `Result`, `Option`, `hook`, `Result hook`, `Option hook`, `? hook`, `q
2323
Documentations:
2424
- tutorial: <https://anotherhollow1125.github.io/hooq/latest/en/tutorial/index.html>
2525
- reference: <https://anotherhollow1125.github.io/hooq/latest/en/reference/index.html>
26-
- docs.rs: <https://docs.rs/hooq/0.2.0/hooq/>
26+
- docs.rs: <https://docs.rs/hooq/latest/hooq/>
2727

2828
> [!NOTE]
2929
> 日本語版ドキュメントはこちら: [docs/ja/README.md](https://github.com/anotherhollow1125/hooq/tree/main/docs/ja)
@@ -150,7 +150,7 @@ For detailed usage instructions, please refer to the following! (Also included a
150150

151151
- tutorial: <https://anotherhollow1125.github.io/hooq/latest/en/tutorial/index.html>
152152
- reference: <https://anotherhollow1125.github.io/hooq/latest/en/reference/index.html>
153-
- docs.rs: <https://docs.rs/hooq/0.2.0/hooq/>
153+
- docs.rs: <https://docs.rs/hooq/latest/hooq/>
154154

155155
> [!NOTE]
156156
> 日本語版ドキュメントはこちら: [docs/ja/README.md](https://github.com/anotherhollow1125/hooq/tree/main/docs/ja)
@@ -167,7 +167,7 @@ or add it to your `Cargo.toml`.
167167

168168
```toml
169169
[dependencies]
170-
hooq = "0.2.0"
170+
hooq = "0.3.0"
171171
```
172172

173173
> [!NOTE]

hooq-helpers/docs/ja/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
This is sub-crate for [hooq](https://github.com/anotherhollow1125/hooq/tree/main/hooq) crate. Please use [hooq](https://github.com/anotherhollow1125/hooq/tree/main/hooq) crate instead of using this crate directly.
22

33
<div align="center">
4-
<a href="https://docs.rs/hooq/0.2.0/hooq/" target="_blank">
4+
<a href="https://docs.rs/hooq/latest/hooq/" target="_blank">
55
<img src="https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_eye_catch3.png" />
66
</a>
77
<h1>hooq</h1>
88

99
<h3>はてな演算子 (`?`) の前にメソッドを挿入(フック)するシンプルなマクロ</h3>
1010

1111
[![crate](https://img.shields.io/crates/v/hooq)](https://crates.io/crates/hooq)
12-
[![docs](https://img.shields.io/docsrs/hooq/0.2.0)](https://docs.rs/hooq/0.2.0/hooq/)
12+
[![docs](https://img.shields.io/docsrs/hooq/0.3.0)](https://docs.rs/hooq/0.3.0/hooq/)
1313
[![Rust](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml/badge.svg)](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml)
1414

1515
?🪝 hooq という名前は 'HOOk' と 'Question' 演算子 ( `?` ) が由来です 🪝?
@@ -23,7 +23,7 @@ Enhance your questions by hooq!?
2323
ドキュメント:
2424
- チュートリアル: <https://anotherhollow1125.github.io/hooq/latest/ja/tutorial/index.html>
2525
- リファレンス: <https://anotherhollow1125.github.io/hooq/latest/ja/reference/index.html>
26-
- docs.rs: <https://docs.rs/hooq/0.2.0/hooq/>
26+
- docs.rs: <https://docs.rs/hooq/latest/hooq/>
2727

2828
<hr />
2929

@@ -148,7 +148,7 @@ Caused by:
148148

149149
- チュートリアル: <https://anotherhollow1125.github.io/hooq/latest/ja/tutorial/index.html>
150150
- リファレンス: <https://anotherhollow1125.github.io/hooq/latest/ja/reference/index.html>
151-
- docs.rs: <https://docs.rs/hooq/0.2.0/hooq/>
151+
- docs.rs: <https://docs.rs/hooq/latest/hooq/>
152152

153153
## インストール
154154

@@ -165,7 +165,7 @@ cargo add hooq
165165

166166
```toml
167167
[dependencies]
168-
hooq = "0.2.0"
168+
hooq = "0.3.0"
169169
```
170170

171171
## デフォルトで挿入されるメソッド

hooq-macros/docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
This is sub-crate for [hooq](https://github.com/anotherhollow1125/hooq/tree/main/hooq) crate. Please use [hooq](https://github.com/anotherhollow1125/hooq/tree/main/hooq) crate instead of using this crate directly.
22

33
<div align="center">
4-
<a href="https://docs.rs/hooq/0.2.0/hooq/" target="_blank">
4+
<a href="https://docs.rs/hooq/latest/hooq/" target="_blank">
55
<img src="https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_eye_catch3.png" />
66
</a>
77
<h1>hooq</h1>
88

99
<h3>A simple macro that inserts (hooks) a method before question operator (`?`).</h3>
1010

1111
[![crate](https://img.shields.io/crates/v/hooq)](https://crates.io/crates/hooq)
12-
[![docs](https://img.shields.io/docsrs/hooq/0.2.0)](https://docs.rs/hooq/0.2.0/hooq/)
12+
[![docs](https://img.shields.io/docsrs/hooq/0.3.0)](https://docs.rs/hooq/0.3.0/hooq/)
1313
[![Rust](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml/badge.svg)](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml)
1414

1515
?🪝 The name hooq comes from combining 'HOOk' and the 'Question mark operator ( ? )'. 🪝?
@@ -23,7 +23,7 @@ Keywords: `Result`, `Option`, `hook`, `Result hook`, `Option hook`, `? hook`, `q
2323
Documentations:
2424
- tutorial: <https://anotherhollow1125.github.io/hooq/latest/en/tutorial/index.html>
2525
- reference: <https://anotherhollow1125.github.io/hooq/latest/en/reference/index.html>
26-
- docs.rs: <https://docs.rs/hooq/0.2.0/hooq/>
26+
- docs.rs: <https://docs.rs/hooq/latest/hooq/>
2727

2828
> [!NOTE]
2929
> 日本語版ドキュメントはこちら: [docs/ja/README.md](https://github.com/anotherhollow1125/hooq/tree/main/docs/ja)
@@ -150,7 +150,7 @@ For detailed usage instructions, please refer to the following! (Also included a
150150

151151
- tutorial: <https://anotherhollow1125.github.io/hooq/latest/en/tutorial/index.html>
152152
- reference: <https://anotherhollow1125.github.io/hooq/latest/en/reference/index.html>
153-
- docs.rs: <https://docs.rs/hooq/0.2.0/hooq/>
153+
- docs.rs: <https://docs.rs/hooq/latest/hooq/>
154154

155155
> [!NOTE]
156156
> 日本語版ドキュメントはこちら: [docs/ja/README.md](https://github.com/anotherhollow1125/hooq/tree/main/docs/ja)
@@ -167,7 +167,7 @@ or add it to your `Cargo.toml`.
167167

168168
```toml
169169
[dependencies]
170-
hooq = "0.2.0"
170+
hooq = "0.3.0"
171171
```
172172

173173
> [!NOTE]

hooq-macros/docs/ja/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
This is sub-crate for [hooq](https://github.com/anotherhollow1125/hooq/tree/main/hooq) crate. Please use [hooq](https://github.com/anotherhollow1125/hooq/tree/main/hooq) crate instead of using this crate directly.
22

33
<div align="center">
4-
<a href="https://docs.rs/hooq/0.2.0/hooq/" target="_blank">
4+
<a href="https://docs.rs/hooq/latest/hooq/" target="_blank">
55
<img src="https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_eye_catch3.png" />
66
</a>
77
<h1>hooq</h1>
88

99
<h3>はてな演算子 (`?`) の前にメソッドを挿入(フック)するシンプルなマクロ</h3>
1010

1111
[![crate](https://img.shields.io/crates/v/hooq)](https://crates.io/crates/hooq)
12-
[![docs](https://img.shields.io/docsrs/hooq/0.2.0)](https://docs.rs/hooq/0.2.0/hooq/)
12+
[![docs](https://img.shields.io/docsrs/hooq/0.3.0)](https://docs.rs/hooq/0.3.0/hooq/)
1313
[![Rust](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml/badge.svg)](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml)
1414

1515
?🪝 hooq という名前は 'HOOk' と 'Question' 演算子 ( `?` ) が由来です 🪝?
@@ -23,7 +23,7 @@ Enhance your questions by hooq!?
2323
ドキュメント:
2424
- チュートリアル: <https://anotherhollow1125.github.io/hooq/latest/ja/tutorial/index.html>
2525
- リファレンス: <https://anotherhollow1125.github.io/hooq/latest/ja/reference/index.html>
26-
- docs.rs: <https://docs.rs/hooq/0.2.0/hooq/>
26+
- docs.rs: <https://docs.rs/hooq/latest/hooq/>
2727

2828
<hr />
2929

@@ -148,7 +148,7 @@ Caused by:
148148

149149
- チュートリアル: <https://anotherhollow1125.github.io/hooq/latest/ja/tutorial/index.html>
150150
- リファレンス: <https://anotherhollow1125.github.io/hooq/latest/ja/reference/index.html>
151-
- docs.rs: <https://docs.rs/hooq/0.2.0/hooq/>
151+
- docs.rs: <https://docs.rs/hooq/latest/hooq/>
152152

153153
## インストール
154154

@@ -165,7 +165,7 @@ cargo add hooq
165165

166166
```toml
167167
[dependencies]
168-
hooq = "0.2.0"
168+
hooq = "0.3.0"
169169
```
170170

171171
## デフォルトで挿入されるメソッド

hooq/docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<div align="center">
2-
<a href="https://docs.rs/hooq/0.2.0/hooq/" target="_blank">
2+
<a href="https://docs.rs/hooq/latest/hooq/" target="_blank">
33
<img src="https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_eye_catch3.png" />
44
</a>
55
<h1>hooq</h1>
66

77
<h3>A simple macro that inserts (hooks) a method before question operator (`?`).</h3>
88

99
[![crate](https://img.shields.io/crates/v/hooq)](https://crates.io/crates/hooq)
10-
[![docs](https://img.shields.io/docsrs/hooq/0.2.0)](https://docs.rs/hooq/0.2.0/hooq/)
10+
[![docs](https://img.shields.io/docsrs/hooq/0.3.0)](https://docs.rs/hooq/0.3.0/hooq/)
1111
[![Rust](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml/badge.svg)](https://github.com/anotherhollow1125/hooq/actions/workflows/rust.yml)
1212

1313
?🪝 The name hooq comes from combining 'HOOk' and the 'Question mark operator ( ? )'. 🪝?
@@ -21,7 +21,7 @@ Keywords: `Result`, `Option`, `hook`, `Result hook`, `Option hook`, `? hook`, `q
2121
Documentations:
2222
- tutorial: <https://anotherhollow1125.github.io/hooq/latest/en/tutorial/index.html>
2323
- reference: <https://anotherhollow1125.github.io/hooq/latest/en/reference/index.html>
24-
- docs.rs: <https://docs.rs/hooq/0.2.0/hooq/>
24+
- docs.rs: <https://docs.rs/hooq/latest/hooq/>
2525

2626
> [!NOTE]
2727
> 日本語版ドキュメントはこちら: [docs/ja/README.md](https://github.com/anotherhollow1125/hooq/tree/main/docs/ja)
@@ -148,7 +148,7 @@ For detailed usage instructions, please refer to the following! (Also included a
148148

149149
- tutorial: <https://anotherhollow1125.github.io/hooq/latest/en/tutorial/index.html>
150150
- reference: <https://anotherhollow1125.github.io/hooq/latest/en/reference/index.html>
151-
- docs.rs: <https://docs.rs/hooq/0.2.0/hooq/>
151+
- docs.rs: <https://docs.rs/hooq/latest/hooq/>
152152

153153
> [!NOTE]
154154
> 日本語版ドキュメントはこちら: [docs/ja/README.md](https://github.com/anotherhollow1125/hooq/tree/main/docs/ja)
@@ -165,7 +165,7 @@ or add it to your `Cargo.toml`.
165165

166166
```toml
167167
[dependencies]
168-
hooq = "0.2.0"
168+
hooq = "0.3.0"
169169
```
170170

171171
> [!NOTE]

0 commit comments

Comments
 (0)