Skip to content

Releases: rust-lang/mdBook

v0.1.1

Choose a tag to compare

@Michael-F-Bryan Michael-F-Bryan released this 27 Jan 04:13
v0.1.1
1790b04
(cargo-release) v version 0.1.1

v0.1.0

Choose a tag to compare

@Michael-F-Bryan Michael-F-Bryan released this 25 Jan 10:39
fada73e
(cargo-release)  version 0.1.0

0.0.21

Choose a tag to compare

@azerupi azerupi released this 27 Apr 14:47
(cargo-release)  version 0.0.21

0.0.20

Choose a tag to compare

@azerupi azerupi released this 26 Apr 17:52
(cargo-release)  version 0.0.20

v0.0.19

Choose a tag to compare

@azerupi azerupi released this 18 Apr 15:18
v0.0.19

v0.0.18

Choose a tag to compare

@azerupi azerupi released this 10 Mar 19:08
Merge pull request #226 from steveklabnik/master

bump version

v0.0.17

Choose a tag to compare

@azerupi azerupi released this 28 Feb 16:26
(cargo-release)  version 0.0.17

v0.0.16

Choose a tag to compare

@azerupi azerupi released this 20 Feb 15:16
bump version

v0.0.14

Choose a tag to compare

@azerupi azerupi released this 26 Aug 22:59

Change log

Enhancements

  • Tests now emit a non zero exit-code when failing. Thanks @carols10cents

v0.0.13

Choose a tag to compare

@azerupi azerupi released this 01 Aug 22:36

Change log

Bug fixes

  • <ul><li> and </li></ul> are now correctly balanced in the TOC (Thanks @quornian )
  • Anchors are now correctly encoded (spaces are converted to %20)
  • When you load the page from a url already containing an anchor, a second anchor will not dumbly be appended anymore (Thanks @icanrealizeum )

Style fixes

  • The default theme (light) is now rendered correctly when JavaScript is disabled
  • Styling for printing has been improved

Infrastructure

  • Docs are now deployed correctly again... Because of a bug in the deployment script, they were not updated since march.