summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2020-10-20 08:06:27 -0700
committerGitHub <noreply@github.com>2020-10-20 08:06:27 -0700
commiteaa69142059c04ca14aa23ffeb1fe1469663403f (patch)
treef116587ffe9d1c4e76665e8c46643f8bb1210e4f
parent01836ba5d4101d077d9b75ae2ce13ffb6c3d2e24 (diff)
parenta76557a678aeded8344acba2f929edb5b5ac8f3e (diff)
Merge pull request #1360 from ehuss/release-nextv0.4.4
Release 0.4.4
-rw-r--r--CHANGELOG.md15
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 17 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e35f8e46..fd233be8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## mdBook 0.4.4
+[4df9ec9...01836ba](https://github.com/rust-lang/mdBook/compare/4df9ec9...01836ba)
+
+### Added
+- Added the `output.html.print.enable` configuration value to disable the
+ "print" page.
+ [#1169](https://github.com/rust-lang/mdBook/pull/1169)
+- Added a list of supported languages for syntax-highlighting to the
+ documentation.
+ [#1345](https://github.com/rust-lang/mdBook/pull/1345)
+
+### Fixed
+- Now supports symbolic links for files in the `src` directory.
+ [#1323](https://github.com/rust-lang/mdBook/pull/1323)
+
## mdBook 0.4.3
[9278b83...4df9ec9](https://github.com/rust-lang/mdBook/compare/9278b83...4df9ec9)
diff --git a/Cargo.lock b/Cargo.lock
index f9619fab..3d93abdf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -723,7 +723,7 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
[[package]]
name = "mdbook"
-version = "0.4.3"
+version = "0.4.4"
dependencies = [
"ammonia",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index e68a2235..a014b807 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook"
-version = "0.4.3"
+version = "0.4.4"
authors = [
"Mathieu David <mathieudavid@mathieudavid.org>",
"Michael-F-Bryan <michaelfbryan@gmail.com>",