Skip to content

Commit

Permalink
Merge pull request #21 from ferrous-systems/release/v0.4.0
Browse files Browse the repository at this point in the history
Update to 0.4.0
  • Loading branch information
jonathanpallant authored Oct 30, 2023
2 parents fdb87b9 + 100bcc2 commit 6ddda8a
Show file tree
Hide file tree
Showing 5 changed files with 131 additions and 152 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
run: cargo build
- name: Clippy
run: cargo clippy --all-targets --all-features
- name: Build with 1.67.1
- name: Build with 1.70
run: |
cargo clean
rustup update 1.67.1 --no-self-update
cargo +1.67.1 build
rustup update 1.70 --no-self-update
cargo +1.70 build
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 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
* Updated cargo-dist, produces bash and powershell installers

## 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
Expand Down
Loading

0 comments on commit 6ddda8a

Please sign in to comment.