comrak 0.15.0

A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
* [ ] `rustup update stable`
* [ ] bump version in Cargo.toml
  * [ ] did `tests::exercise_full_api` change? if so, it's a semver-breaking change.
* [ ] update changelog
* [ ] `cargo run --example update-readme`
* [ ] commit, tag, push commit, but do not push tag yet
* build binaries:
  * [ ] `script/release-skye`
  * [ ] `script/release-skye-debian` in Parallels
  * [ ] `script\release-raven.ps1` ("Windows PowerShell" works, make sure to run with comrak root as cwd)
  * [ ] `script/release-raven-freebsd` in VMWare
  * [ ] `script/release-sarah`
* [ ] `script/assemble-releases`
* [ ] `cargo publish`
* [ ] push tag
* [ ] edit release to include changelog