Skip to content

Commit

Permalink
chore: version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mersinvald committed Feb 1, 2023
1 parent a79ee63 commit 0b5a58e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="v0.2.1"></a>
### v0.2.1 (2023-02-01)

#### Maintenance

* MermaidJS updated to version 9.3.0

<a name="v0.2.0"></a>
## v0.2.0 (2023-01-31)

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.2.0"
version = "0.2.1"
authors = ["Mike Lubinets <[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.2.0"
version = "0.2.1"
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.2.0"
version = "0.2.1"
path = "../"

0 comments on commit 0b5a58e

Please sign in to comment.