diff --git a/.editorconfig b/.editorconfig index 0172ac6..7d0710c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,5 +8,5 @@ insert_final_newline = true indent_style = tab indent_size = 4 -[*.md] +[*.md;*.pdf] trim_trailing_whitespace = false diff --git a/Cargo.toml b/Cargo.toml index 682f4b7..6ba9385 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lopdf" -version = "0.7.0" +version = "0.8.0" authors = ["Junfeng Liu "] homepage = "https://github.com/J-F-Liu/lopdf" documentation = "https://docs.rs/crate/lopdf/"