Skip to content

Commit b0369de

Browse files
committed
add documentation link
1 parent f8dd194 commit b0369de

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.2.2] - 2022-12-27
4+
5+
## Added
6+
7+
- Added documentation link to Cargo.toml metadata.
8+
39
## [0.2.1] - 2022-12-27
410

511
## Changed
@@ -29,6 +35,7 @@
2935

3036
- Initial release.
3137

38+
[0.2.2]: https://github.com/nextest-rs/future-queue/releases/tag/0.2.2
3239
[0.2.1]: https://github.com/nextest-rs/future-queue/releases/tag/0.2.1
3340
[0.2.0]: https://github.com/nextest-rs/future-queue/releases/tag/0.2.0
3441
[0.1.2]: https://github.com/nextest-rs/future-queue/releases/tag/0.1.2

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2021"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"
88
repository = "https://github.com/nextest-rs/future-queue"
9+
documentation = "https://docs.rs/future-queue"
910
resolver = "2"
1011
rust-version = "1.56"
1112
categories = ["asynchronous"]

0 commit comments

Comments
 (0)