Skip to content

Commit 69a08ef

Browse files
authored
Merge pull request #956 from ehuss/rel-0.3.0
Release 0.3.0
2 parents 84d4063 + 1cd1151 commit 69a08ef

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

3-
## mdBook 0.2.4-alpha
4-
[6cbc41d...HEAD](https://github.com/rust-lang-nursery/mdBook/compare/6cbc41d...HEAD)
3+
## mdBook 0.3.0
4+
[6cbc41d...84d4063](https://github.com/rust-lang-nursery/mdBook/compare/6cbc41d...84d4063)
55

66
### Added
77
- Added ability to resize the sidebar.
@@ -41,6 +41,9 @@
4141
[#943](https://github.com/rust-lang-nursery/mdBook/pull/943)
4242
- Make the blank region of a header not clickable.
4343
[#948](https://github.com/rust-lang-nursery/mdBook/pull/948)
44+
- Rustdoc tests now use the preprocessed content instead of the raw,
45+
unpreprocessed content.
46+
[#891](https://github.com/rust-lang-nursery/mdBook/pull/891)
4447

4548
### Fixed
4649
- Fixed file change detection so that `mdbook serve` only reloads once when

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook"
3-
version = "0.2.4-alpha.0"
3+
version = "0.3.0"
44
authors = [
55
"Mathieu David <[email protected]>",
66
"Michael-F-Bryan <[email protected]>",

book-example/src/continuous-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rust:
2222

2323
before_script:
2424
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
25-
- (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.2" mdbook)
25+
- (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.3" mdbook)
2626
- cargo install-update -a
2727

2828
script:
@@ -58,7 +58,7 @@ That's it!
5858
### Deploying to GitHub Pages manually
5959

6060
If your CI doesn't support GitHub pages, or you're deploying somewhere else
61-
with integrations such as Github Pages:
61+
with integrations such as Github Pages:
6262
*note: you may want to use different tmp dirs*:
6363

6464
```console

0 commit comments

Comments
 (0)