Skip to content

Commit d5535d1

Browse files
committed
Release 0.3.3.
1 parent e5f77aa commit d5535d1

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## mdBook 0.3.3
4+
[2b649fe...e5f77aa](https://github.com/rust-lang-nursery/mdBook/compare/2b649fe...e5f77aa)
5+
6+
### Changed
7+
- Improvements to the automatic dark theme selection.
8+
[#1069](https://github.com/rust-lang-nursery/mdBook/pull/1069)
9+
- Fragment links now prevent scrolling the header behind the menu bar.
10+
[#1077](https://github.com/rust-lang-nursery/mdBook/pull/1077)
11+
12+
### Fixed
13+
- Fixed error when building a book that has a spacer immediately after the
14+
first chapter.
15+
[#1075](https://github.com/rust-lang-nursery/mdBook/pull/1075)
16+
317
## mdBook 0.3.2
418
[9cd47eb...2b649fe](https://github.com/rust-lang-nursery/mdBook/compare/9cd47eb...2b649fe)
519

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

0 commit comments

Comments
 (0)