Skip to content

Commit

Permalink
Update to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poliorcetics committed Nov 25, 2020
1 parent e73a39d commit a1949e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version ?.?.? - ????-??-??
# Version 1.3.0 - 2020-11-25

- `index.html#section` now correctly always link to `self`, not the current
page (#34).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-intraconv"
version = "1.2.0"
version = "1.3.0"
authors = ["Alexis Bourget <[email protected]>"]
edition = "2018"
description = "A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate."
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub fn run(mut args: CliArgs) {
)
.name()
.to_string();

if args.paths.is_empty() || args.paths == &[Path::new("intraconv")] {
args.paths.push(Path::new(".").into());
}
Expand Down

0 comments on commit a1949e2

Please sign in to comment.