File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version = "0.1.0"
4
4
authors = [
" Dave Rolsky <[email protected] >" ]
5
5
description = " The Universal Binary Installer library and CLI tool"
6
6
repository = " https://github.com/houseabsolute/ubi"
7
+ documentation = " https://docs.rs/ubi/latest/ubi/"
7
8
readme = " README.md"
8
9
license = " MIT OR Apache-2.0"
9
10
edition = " 2021"
Original file line number Diff line number Diff line change
1
+ ## 0.1.1 - 2024-07-21
2
+
3
+ - Fix documentation links to link to the library docs, not the CLI docs.
4
+
1
5
## 0.1.0 - 2024-07-21
2
6
3
- - UBI can now be used as a library. See the
4
- [ ` ubi ` docs on docs.rs ] ( https://docs.rs/crate/ubi/latest ) for more details.
7
+ - UBI can now be used as a library. See the [ ` ubi ` docs on docs.rs ] ( https://docs.rs/ubi/latest/ubi/ )
8
+ for more details.
5
9
6
10
## 0.0.32 - 2024-06-01
7
11
Original file line number Diff line number Diff line change 18
18
ubi = "0.1.0"
19
19
```
20
20
21
- See the [ ` ubi ` docs on docs.rs] ( https://docs.rs/crate/ ubi/latest ) for more details.
21
+ See the [ ` ubi ` docs on docs.rs] ( https://docs.rs/ubi/latest/ubi/ ) for more details.
22
22
23
23
## Installing It
24
24
You can’t perform that action at this time.
0 commit comments