Skip to content

Commit

Permalink
chore: version 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mersinvald committed Aug 17, 2022
1 parent 680ea55 commit 4e63822
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="v0.1.12"></a>
### v0.1.12 (2022-08-17)

mermaid.js upgraded to version 9.1.4

#### Bug Fixes

* failing doctest ([680ea555](680ea555))
* typo in changelog ([75419467](75419467))


<a name="0.1.11"></a>
## 0.1.11 (2021-05-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.1.11"
version = "0.1.12"
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.1.11"
version = "0.1.12"
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.1.11"
version = "0.1.12"
path = "../"
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//!
//! You can even add multiple diagrams!
//!
//! To see it in action, go to the [demo crate](https://docs.rs/aquamarine-demo-crate/0.1.11/aquamarine_demo_crate/fn.example.html) docs.rs page.
//! To see it in action, go to the [demo crate](https://docs.rs/aquamarine-demo-crate/0.1.12/aquamarine_demo_crate/fn.example.html) docs.rs page.
//!
//! ### Dark-mode
//!
Expand Down Expand Up @@ -52,7 +52,7 @@
//! # fn example() {}
//! ```
//!
//! [Demo on docs.rs](https://docs.rs/aquamarine-demo-crate/0.1.11/aquamarine_demo_crate/fn.example_with_styling.html)
//! [Demo on docs.rs](https://docs.rs/aquamarine-demo-crate/0.1.12/aquamarine_demo_crate/fn.example_with_styling.html)
//!
//! To learn more, see the [Theming Section](https://mermaid-js.github.io/mermaid/#/theming) of the mermaid.js book

Expand Down

0 comments on commit 4e63822

Please sign in to comment.