diff --git a/Cargo.lock b/Cargo.lock index f7e077a..1142b38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,7 +108,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "prepyrus" -version = "0.2.0" +version = "0.2.1" dependencies = [ "biblatex", "regex", diff --git a/Cargo.toml b/Cargo.toml index 6ffca12..26a28db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/systemphil/prepyrus" readme = "README.md" categories = ["database", "parser-implementations", "text-processing"] keywords = ["bibtex", "biblatex", "mdx", "parser", "citation"] -version = "0.2.0" +version = "0.2.1" edition = "2021" [dependencies] diff --git a/README.md b/README.md index 9be8c8e..bc7bfc8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ fn main() { std::process::exit(1); }); - println!("===Prepyrus completed successfully!"); + println!("Prepyrus completed successfully!"); } fn run(args: Vec) -> Result<(), Box> { @@ -80,7 +80,7 @@ Finally, it also adds a notes heading at the end if footnotes are present in the The tool currently only supports citations in Chicago author-date style. Only book entries are currently supported (plans to support more types in the future). -Only the following metadata fields are supported: +Only the following metadata fields from the target `.mdx` files are supported: - author - editor