Releases: scalameta/mdoc
Releases · scalameta/mdoc
mdoc v1.2.10
Identical to v1.2.9, which failed to release.
mdoc v1.2.9
mdoc v1.2.8
Changelog: https://scalameta.org/mdoc/docs/changelog.html (may take 30 minutes to update from CI).
Artifacts on their way to Maven :)
mdoc v1.2.4
mdoc v1.1.1
mdov v1.1.0
mdov v1.0.0
Release notes: https://scalameta.org/mdoc/blog/2018/12/30/v1.html
mdoc v0.7.1
- #109 Fix #102
- #110 Publish binary version
mdoc_2.12
instead of full vesrionmdoc_2.12.8
- #107 Upgrade to Scala 2.12.8
Breaking change
The mdoc
module is now cross-publishing against the Scala binary version so the artifact name has changed from mdoc_2.12.7
to mdoc_2.12
- before
+ now
- "com.geirsson" % "mdoc" % "VERSION" cross CrossVersion.full
+ "com.geirsson" %% "mdoc" % "VERSION"
mdoc v0.6.1
- #105 Tone down noise in the console output
mdoc v0.6.0
- #101, add post modifiers for custom rendering of evaluated code blocks