Skip to content

Commit

Permalink
Update to 0.3.0.
Browse files Browse the repository at this point in the history
Also adds a changelog.
  • Loading branch information
jonathanpallant authored and listochkin committed May 23, 2023
1 parent 0f8d673 commit 2013d17
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Change Log

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

* The `index.html` file now includes headings and subheadings
* Split into `main.rs` and `lib.rs` and added unit tests.

## [v0.2.0](https://github.com/ferrous-systems/mdslides/releases/tag/v0.2.0) - 2023-04-23

* Added extra license info to `--help`
* Generates `index.html` file

## [v0.1.1](https://github.com/ferrous-systems/mdslides/releases/tag/v0.1.1) - 2023-04-21

* Added metadata to `Cargo.toml`

## [v0.1.0](https://github.com/ferrous-systems/mdslides/releases/tag/v0.1.0) - 2023-04-21

* First version
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.2.0"
version = "0.3.0"

[dependencies]
clap = {version = "4", features = ["derive"]}
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ You can also pass `--index-template ./index-template.html` and a file called `${

You can see an example of using this tool at <https://github.com/ferrous-systems/material-templates>.

## Changelog

See [CHANGELOG.md](./CHANGELOG.md)

## License

This crate is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
Expand Down

0 comments on commit 2013d17

Please sign in to comment.