Skip to content

Commit

Permalink
chore: version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mersinvald committed Dec 13, 2023
1 parent f78120d commit 480897b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="v0.4.0"></a>
### v0.4.0 (2023-12-13)

#### 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

* syn bumped to version 2 (PR #42 by [maurer](https://github.com/maurer)

<a name="v0.3.1"></a>
### v0.3.1 (2023-04-17)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aquamarine"
version = "0.3.3"
version = "0.4.0"
authors = ["Mike Lubinets <[email protected]>", "Frank Rehberger <[email protected]>"]
description = "A mermaid.js integration for rustdoc"
keywords = ["proc_macro", "docs", "rustdoc", "mermaid", "diagram"]
Expand Down
4 changes: 2 additions & 2 deletions demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aquamarine-demo-crate"
version = "0.3.3"
version = "0.4.0"
authors = ["Mike Lubinets <[email protected]>"]
description = "A demo crate for aquamarine -- the mermaid.js integration for rustdoc"
keywords = ["proc_macro", "docs", "rustdoc", "mermaid", "diagram"]
Expand All @@ -9,5 +9,5 @@ edition = "2018"
license = "MIT"

[dependencies.aquamarine]
version = "0.3.3"
version = "0.4.0"
path = "../"

0 comments on commit 480897b

Please sign in to comment.