Skip to content

Commit a1949e2

Browse files
committed
Update to version 1.3.0
1 parent e73a39d commit a1949e2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version ?.?.? - ????-??-??
1+
# Version 1.3.0 - 2020-11-25
22

33
- `index.html#section` now correctly always link to `self`, not the current
44
page (#34).

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 = "cargo-intraconv"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
authors = ["Alexis Bourget <[email protected]>"]
55
edition = "2018"
66
description = "A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate."

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pub fn run(mut args: CliArgs) {
7575
)
7676
.name()
7777
.to_string();
78-
78+
7979
if args.paths.is_empty() || args.paths == &[Path::new("intraconv")] {
8080
args.paths.push(Path::new(".").into());
8181
}

0 commit comments

Comments
 (0)