Skip to content

Commit

Permalink
chore: release v0.3.2 (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 9, 2025
1 parent 0f59b19 commit c8064e4
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# CHANGELOG

## [0.3.2](https://github.com/danieleades/mdbook-d2/compare/v0.3.1...v0.3.2) - 2025-02-09

### Other

- *(ci)* add cargo-deny check (#130)
- *(ci)* add MSRV check to CI (#129)
- add sponsorship info (#128)
- *(deps)* bump the patch-updates group with 4 updates (#126)
- address lints (#127)
- *(deps)* bump tempfile from 3.15.0 to 3.16.0 (#125)
- *(deps)* bump tempfile from 3.14.0 to 3.15.0 (#120)
- *(deps)* bump the patch-updates group with 5 updates (#119)
- *(deps)* bump pulldown-cmark-to-cmark from 19.0.0 to 20.0.0 (#118)
- *(deps)* bump the patch-updates group with 5 updates (#117)
- *(deps)* bump pulldown-cmark-to-cmark from 18.0.0 to 19.0.0 (#116)
- remove an unneeded allocation (#115)
- *(deps)* bump codecov/codecov-action from 4 to 5 (#114)
- *(deps)* bump tempfile from 3.13.0 to 3.14.0 (#113)
- *(deps)* bump the patch-updates group with 5 updates (#112)
- *(deps)* bump pulldown-cmark-to-cmark from 17.0.0 to 18.0.0 (#110)
- *(deps)* bump clap from 4.5.17 to 4.5.18 in the patch-updates group (#109)
- *(deps)* bump tempfile from 3.12.0 to 3.13.0 (#108)
- *(ci)* group patch updates to reduce PR noise (#106)
- *(deps)* bump anyhow from 1.0.86 to 1.0.89 (#105)
- *(deps)* bump serde_json from 1.0.127 to 1.0.128 (#100)
- *(deps)* bump pulldown-cmark-to-cmark from 16.0.1 to 17.0.0 (#103)
- *(deps)* bump pulldown-cmark from 0.12.0 to 0.12.1 (#104)
- *(deps)* bump serde from 1.0.209 to 1.0.210 (#102)
- *(deps)* bump clap from 4.5.16 to 4.5.17 (#101)
- *(deps)* bump serde from 1.0.208 to 1.0.209 (#99)

## [0.3.1](https://github.com/danieleades/mdbook-d2/compare/v0.3.0...v0.3.1) - 2024-08-20

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mdbook-d2"
description = "D2 diagram generator plugin for MdBook"
version = "0.3.1"
version = "0.3.2"
authors = ["Daniel Eades <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit c8064e4

Please sign in to comment.