Release 0.4.3
This commit is contained in:
parent
4df9ec90af
commit
3155c63e88
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -1,5 +1,27 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## mdBook 0.4.3
|
||||||
|
[9278b83...9278b83](https://github.com/rust-lang/mdBook/compare/9278b83...4df9ec9)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Added `output.html.cname` option to emit a `CNAME` file which is used by
|
||||||
|
GitHub Pages to know which domain is being used.
|
||||||
|
[#1311](https://github.com/rust-lang/mdBook/pull/1311)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- `mdbook test` no longer stops on the first test failure, but instead will
|
||||||
|
run all the tests.
|
||||||
|
[#1313](https://github.com/rust-lang/mdBook/pull/1313)
|
||||||
|
- Removed the `local` font source for Source Code Pro, as the locally
|
||||||
|
installed font may not render properly on FireFox on macOS.
|
||||||
|
[#1307](https://github.com/rust-lang/mdBook/pull/1307)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Added newline to end of `.nojekyll` file.
|
||||||
|
[#1310](https://github.com/rust-lang/mdBook/pull/1310)
|
||||||
|
- Fixed missing space before draft chapter titles.
|
||||||
|
[#1309](https://github.com/rust-lang/mdBook/pull/1309)
|
||||||
|
|
||||||
## mdBook 0.4.2
|
## mdBook 0.4.2
|
||||||
[649f355...9278b83](https://github.com/rust-lang/mdBook/compare/649f355...9278b83)
|
[649f355...9278b83](https://github.com/rust-lang/mdBook/compare/649f355...9278b83)
|
||||||
|
|
||||||
|
|
|
@ -723,7 +723,7 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mdbook"
|
name = "mdbook"
|
||||||
version = "0.4.2"
|
version = "0.4.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ammonia",
|
"ammonia",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mdbook"
|
name = "mdbook"
|
||||||
version = "0.4.2"
|
version = "0.4.3"
|
||||||
authors = [
|
authors = [
|
||||||
"Mathieu David <mathieudavid@mathieudavid.org>",
|
"Mathieu David <mathieudavid@mathieudavid.org>",
|
||||||
"Michael-F-Bryan <michaelfbryan@gmail.com>",
|
"Michael-F-Bryan <michaelfbryan@gmail.com>",
|
||||||
|
|
Loading…
Reference in New Issue