Releases: mersinvald/aquamarine
Releases Β· mersinvald/aquamarine
0.6.0
What's Changed
- chore: Disable default features of proc-macro-error by @zecakeh in #49
- Use proc-macro-error2 by @bnjbvr in #52
- Update to use latest mermaid version for access to new diagram types by @zheylmun in #51
New Contributors
- @zecakeh made their first contribution in #49
- @bnjbvr made their first contribution in #52
- @zheylmun made their first contribution in #51
Full Changelog: v0.5.0...v0.6.0
0.5.0
0.4.0
Breaking Changes
path
attribute is no longer supported for importing diagrams from external files
Features
include_mmd!
macro-like syntax for embedding diagrams from files- multiple diagrams can now be imported from filesystem per documented entity
- imported diagrams can now be placed freely at any place inside the doc comment
Miscellaneous
Full Changelog: v0.3.2...v0.4.0
0.3.2
0.3.1
0.3.0
Updated dependencies:
-itertools = "0.9"
+itertools = "0.10"
-pretty_assertions = "0.6"
+pretty_assertions = "1"