Skip to content

Commit 7c4d207

Browse files
authored
Merge pull request #981 from ehuss/release-0.3.1
Release 0.3.1
2 parents 9cd47eb + 50d5917 commit 7c4d207

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
# Changelog
22

3+
## mdBook 0.3.1
4+
[69a08ef...9cd47eb](https://github.com/rust-lang-nursery/mdBook/compare/69a08ef...9cd47eb)
5+
6+
### Added
7+
- 🔥 Added ability to include files using anchor points instead of line numbers.
8+
[#851](https://github.com/rust-lang-nursery/mdBook/pull/851)
9+
- Added `language` configuration value to set the language of the book, which
10+
will affect things like the `<html lang="en">` tag.
11+
[#941](https://github.com/rust-lang-nursery/mdBook/pull/941)
12+
13+
### Changed
14+
- Updated to handlebars 2.0.
15+
[#977](https://github.com/rust-lang-nursery/mdBook/pull/977)
16+
17+
### Fixed
18+
- Fixed memory leak warning.
19+
[#967](https://github.com/rust-lang-nursery/mdBook/pull/967)
20+
- Fix more print.html links.
21+
[#963](https://github.com/rust-lang-nursery/mdBook/pull/963)
22+
- Fixed crash on some unicode input.
23+
[#978](https://github.com/rust-lang-nursery/mdBook/pull/978)
24+
325
## mdBook 0.3.0
4-
[6cbc41d...84d4063](https://github.com/rust-lang-nursery/mdBook/compare/6cbc41d...84d4063)
26+
[6cbc41d...69a08ef](https://github.com/rust-lang-nursery/mdBook/compare/6cbc41d...69a08ef)
527

628
### Added
729
- Added ability to resize the sidebar.

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.3.0"
3+
version = "0.3.1"
44
authors = [
55
"Mathieu David <[email protected]>",
66
"Michael-F-Bryan <[email protected]>",

0 commit comments

Comments
 (0)