Skip to content

Commit

Permalink
chore: version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mersinvald committed Apr 17, 2023
1 parent 6b61ba1 commit 4282819
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="v0.3.1"></a>
### v0.3.1 (2023-04-17)

#### Features

* mermaid is updated to v10 (PR #46 by [frehberg](https://github.com/frehberg))
* better handling of a failure to load mermaidjs (PR #46 by [frehberg](https://github.com/frehberg))

#### Miscellaneous

* add Frehberg as a maintainer on GitHub, and package owner on Crates.io

<a name="v0.3.0"></a>
### v0.3.0 (2023-02-16)

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "aquamarine"
version = "0.3.0"
version = "0.3.1"
authors = ["Mike Lubinets <[email protected]>", "Frank Rehberger <[email protected]>"]
description = "A mermaid.js integration for rustdoc"
keywords = ["proc_macro", "docs", "rustdoc", "mermaid", "diagram"]
categories = ["visualization", "development-tools::build-utils"]
repository = "https://github.com/mersinvald/aquamarine"
edition = "2018"
license = "MIT"
include = [ "src/**/*", "Cargo.toml", "doc/js/mermaid.min.js" ]
include = [ "src/**/*", "Cargo.toml", "doc/js/**" ]

[lib]
proc-macro = true
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.0"
version = "0.3.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.3.0"
version = "0.3.1"
path = "../"

0 comments on commit 4282819

Please sign in to comment.