Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Nov 21, 2024
1 parent dda0dd1 commit e293573
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## v0.5.0 (2024-11-21, [Github Release](https://github.com/ferrous-systems/mdslides/releases/tag/v0.5.0))

* Converts `dot` code blocks into SVG using Graphviz
* Upgrade cargo-dist
* Added some test cases

## v0.4.0 (2023-05-23, [Github Release](https://github.com/ferrous-systems/mdslides/releases/tag/v0.4.0))

* Supports 'empty' links in the SUMMARY.md page
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
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0 OR MIT"
name = "mdslides"
readme = "README.md"
repository = "https://github.com/ferrous-systems/mdslides/"
version = "0.4.0"
version = "0.5.0"

[dependencies]
clap = {version = "4", features = ["derive"]}
Expand Down

0 comments on commit e293573

Please sign in to comment.