summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2019-10-26 12:16:23 -0700
committerEric Huss <eric@huss.org>2019-10-26 12:16:23 -0700
commitd5535d1226d3340c1246d434bfcacff9abef034b (patch)
treeb30f498f7528dc9cf2031df6e6ab908d3d5bef42
parente5f77aaaf2b3921d6c06bc0c8ee5dba2731fb5d6 (diff)
Release 0.3.3.v0.3.3
-rw-r--r--CHANGELOG.md14
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 16 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e80147df..88675aa6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+## mdBook 0.3.3
+[2b649fe...e5f77aa](https://github.com/rust-lang-nursery/mdBook/compare/2b649fe...e5f77aa)
+
+### Changed
+- Improvements to the automatic dark theme selection.
+ [#1069](https://github.com/rust-lang-nursery/mdBook/pull/1069)
+- Fragment links now prevent scrolling the header behind the menu bar.
+ [#1077](https://github.com/rust-lang-nursery/mdBook/pull/1077)
+
+### Fixed
+- Fixed error when building a book that has a spacer immediately after the
+ first chapter.
+ [#1075](https://github.com/rust-lang-nursery/mdBook/pull/1075)
+
## mdBook 0.3.2
[9cd47eb...2b649fe](https://github.com/rust-lang-nursery/mdBook/compare/9cd47eb...2b649fe)
diff --git a/Cargo.lock b/Cargo.lock
index 3fdc6a6c..d8c9e0d2 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.2"
+version = "0.3.3"
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 16a20c37..b0b8f61b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook"
-version = "0.3.2"
+version = "0.3.3"
authors = [
"Mathieu David <mathieudavid@mathieudavid.org>",
"Michael-F-Bryan <michaelfbryan@gmail.com>",