Skip to content

Commit 6ddda8a

Browse files
Merge pull request #21 from ferrous-systems/release/v0.4.0
Update to 0.4.0
2 parents fdb87b9 + 100bcc2 commit 6ddda8a

File tree

5 files changed

+131
-152
lines changed

5 files changed

+131
-152
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
run: cargo build
2323
- name: Clippy
2424
run: cargo clippy --all-targets --all-features
25-
- name: Build with 1.67.1
25+
- name: Build with 1.70
2626
run: |
2727
cargo clean
28-
rustup update 1.67.1 --no-self-update
29-
cargo +1.67.1 build
28+
rustup update 1.70 --no-self-update
29+
cargo +1.70 build

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## v0.4.0 (2023-05-23, [Github Release](https://github.com/ferrous-systems/mdslides/releases/tag/v0.4.0))
4+
5+
* Supports 'empty' links in the SUMMARY.md page
6+
* Updated cargo-dist, produces bash and powershell installers
7+
38
## v0.3.0 (2023-05-23, [Github Release](https://github.com/ferrous-systems/mdslides/releases/tag/v0.3.0))
49

510
* The `index.html` file now includes headings and subheadings

0 commit comments

Comments
 (0)