Skip to content

Commit

Permalink
chore: release v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
max-heller authored Jan 18, 2025
1 parent 106727c commit 1170015
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file.

## [0.9.3] - 2025-01-18

### Documentation

- Suggest `cargo install --locked` and fix formatting in README (#157)

### Miscellaneous Tasks

- Unexport accidentally-exported macro (#153)

### Testing

- Clean up multiline strings in tests using `indoc` (#155)
- Split test suite into sections (#156)


## [0.9.2] - 2025-01-18

### Bug Fixes
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
@@ -1,7 +1,7 @@
[package]
name = "mdbook-pandoc"
description = "A mdbook backend that outsources most of the rendering process to pandoc."
version = "0.9.2"
version = "0.9.3"
rust-version = "1.75.0"
edition = "2021"
authors = ["Max Heller <max.a.heller@gmail.com>"]
Expand Down

0 comments on commit 1170015

Please sign in to comment.