From 7ee62c813569ae96213e0deeceb7197788dc3ee9 Mon Sep 17 00:00:00 2001 From: Junfeng Liu Date: Thu, 16 Mar 2017 15:50:20 +0800 Subject: [PATCH] Release 0.8.0 --- .editorconfig | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/"