-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from ferrous-systems/fix-changelog
Reformat CHANGELOG
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# Change Log | ||
|
||
## [v0.3.0](https://github.com/ferrous-systems/mdslides/releases/tag/v0.3.0) - 2023-05-23 | ||
## v0.3.0 (2023-05-23, [Github Release](https://github.com/ferrous-systems/mdslides/releases/tag/v0.3.0)) | ||
|
||
* 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 | ||
## v0.2.0 (2023-04-23, [Github Release](https://github.com/ferrous-systems/mdslides/releases/tag/v0.2.0)) | ||
|
||
* 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 | ||
## v0.1.1 (2023-04-21, [Github Release](https://github.com/ferrous-systems/mdslides/releases/tag/v0.1.1)) | ||
|
||
* Added metadata to `Cargo.toml` | ||
|
||
## [v0.1.0](https://github.com/ferrous-systems/mdslides/releases/tag/v0.1.0) - 2023-04-21 | ||
## v0.1.0 (2023-04-21, [Github Release](https://github.com/ferrous-systems/mdslides/releases/tag/v0.1.0)) | ||
|
||
* First version |