From 0505b3a1f2acceb4e6685e2d444996023a4721f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=BCtt?= Date: Tue, 13 Feb 2018 18:01:21 +0100 Subject: [PATCH] Release 0.2.4 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dd4ca0..aa267e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## `0.2.4` + +- Nothing changed, just a dependency update, because `rusttype` was yanked, so `printpdf 0.2.3` + doesn't build anymore + ## `0.2.3` - printpdf now uses rusttype and does not require freetype anymore! There was an ugly diff --git a/Cargo.toml b/Cargo.toml index 028db21..35677d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "printpdf" -version = "0.2.3" +version = "0.2.4" authors = ["Felix Schütt "] repository = "https://github.com/fschutt/printpdf" homepage = "https://github.com/fschutt/printpdf" diff --git a/README.md b/README.md index b40a87d..3b04046 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ```toml,ignore [dependencies] -printpdf = "0.2.3" +printpdf = "0.2.4" ``` ## Features diff --git a/src/lib.rs b/src/lib.rs index 7ba6cc0..c486587 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,7 @@ //! //! ```toml,ignore //! [dependencies] -//! printpdf = "0.2.3" +//! printpdf = "0.2.4" //! ``` //! //! # Features