We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea846c commit 20819b7Copy full SHA for 20819b7
mdbook-spec/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## mdbook-spec 0.1.1
4
+
5
+- Moved code to a library to support upstream integration.
6
7
## mdbook-spec 0.1.0
8
9
- Initial release
mdbook-spec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook-spec"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "An mdBook preprocessor to help with the Rust specification."
0 commit comments