Skip to content

Commit

Permalink
chore: version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mersinvald committed Feb 2, 2023
1 parent 514c67c commit e058d33
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.2"></a>
### v0.2.2 (2023-02-02)

#### Bug Fixes

* gracefully handle failure to write mermaid.js files ([514c67c9](514c67c9))

<a name="v0.2.1"></a>
### v0.2.1 (2023-02-01)

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.1"
version = "0.2.2"
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.1"
version = "0.2.2"
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.1"
version = "0.2.2"
path = "../"

0 comments on commit e058d33

Please sign in to comment.