Skip to content

Commit

Permalink
docs: readme update and version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Nov 26, 2024
1 parent b358843 commit 102feab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fn main() {
std::process::exit(1);
});

println!("===Prepyrus completed successfully!");
println!("Prepyrus completed successfully!");
}

fn run(args: Vec<String>) -> Result<(), Box<dyn std::error::Error>> {
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 102feab

Please sign in to comment.