From f2cb601c1194257ae2dd66effaa2fc6ac72799c0 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 29 Oct 2019 09:58:11 -0700 Subject: [PATCH] Release 0.3.4. --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f0e3191..5f691e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## mdBook 0.3.4 +[e5f77aa...6e0d0fa](https://github.com/rust-lang/mdBook/compare/e5f77aa...6e0d0fa) + +### Changed +- Switch to relative `rem` font sizes from `px`. + [#894](https://github.com/rust-lang/mdBook/pull/894) +- Migrated repository to https://github.com/rust-lang/mdBook/ + [#1083](https://github.com/rust-lang/mdBook/pull/1083) + ## mdBook 0.3.3 [2b649fe...e5f77aa](https://github.com/rust-lang/mdBook/compare/2b649fe...e5f77aa) diff --git a/Cargo.lock b/Cargo.lock index d8c9e0d2..b8205ef5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -664,7 +664,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mdbook" -version = "0.3.3" +version = "0.3.4" dependencies = [ "ammonia 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index bda990a5..0e0c013f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.3.3" +version = "0.3.4" authors = [ "Mathieu David ", "Michael-F-Bryan ",