Skip to content

Commit b7f4621

Browse files
authored
Merge pull request #2253 from ehuss/bump-version
Update to 0.4.36
2 parents 14826db + aa8982b commit b7f4621

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## mdBook 0.4.36
4+
[v0.4.35...v0.4.36](https://github.com/rust-lang/mdBook/compare/v0.4.35...v0.4.36)
5+
6+
### Added
7+
- Added Nim to the default highlighted languages.
8+
[#2232](https://github.com/rust-lang/mdBook/pull/2232)
9+
- Added a small indicator for the sidebar resize handle.
10+
[#2209](https://github.com/rust-lang/mdBook/pull/2209)
11+
12+
### Changed
13+
- Updated dependencies. MSRV raised to 1.70.0.
14+
[#2173](https://github.com/rust-lang/mdBook/pull/2173)
15+
[#2250](https://github.com/rust-lang/mdBook/pull/2250)
16+
[#2252](https://github.com/rust-lang/mdBook/pull/2252)
17+
18+
### Fixed
19+
- Fixed blank column in print page when the sidebar was visible.
20+
[#2235](https://github.com/rust-lang/mdBook/pull/2235)
21+
- Fixed indentation of code blocks when Javascript is disabled.
22+
[#2162](https://github.com/rust-lang/mdBook/pull/2162)
23+
- Fixed a panic when `mdbook serve` or `mdbook watch` were given certain kinds of paths.
24+
[#2229](https://github.com/rust-lang/mdBook/pull/2229)
25+
326
## mdBook 0.4.35
427
[v0.4.34...v0.4.35](https://github.com/rust-lang/mdBook/compare/v0.4.34...v0.4.35)
528

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook"
3-
version = "0.4.35"
3+
version = "0.4.36"
44
authors = [
55
"Mathieu David <[email protected]>",
66
"Michael-F-Bryan <[email protected]>",

guide/src/continuous-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A simple approach would be to use the popular `curl` CLI tool to download the ex
2121

2222
```sh
2323
mkdir bin
24-
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.35/mdbook-v0.4.35-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
24+
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.36/mdbook-v0.4.36-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
2525
bin/mdbook build
2626
```
2727

0 commit comments

Comments
 (0)