Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: release v0.4.0 #49

Merged
merged 2 commits into from
Jan 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## [0.4.0] - 2024-01-07

### Changes

- [**breaking**] Options are now passed to Pandoc as a [defaults file](https://pandoc.org/MANUAL.html#defaults-files) instead of as command-line arguments ([#50](https://github.com/max-heller/mdbook-pandoc/pull/50))

As a result, some options must be specified with different names--in particular, the output file should now be specified as `output-file` instead of `output`.

### Features

- Pass metadata from `[book]` table to Pandoc ([#53](https://github.com/max-heller/mdbook-pandoc/pull/53))

### Miscellaneous Tasks

- Use Noto fonts in LaTeX tests ([#48](https://github.com/max-heller/mdbook-pandoc/pull/48))

<!-- generated by git-cliff -->
## [0.3.2] - 2024-01-03

### Bug Fixes
Expand Down
54 changes: 27 additions & 27 deletions 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.3.2"
version = "0.4.0"
rust-version = "1.70.0"
edition = "2021"
authors = ["Max Heller <max.a.heller@gmail.com>"]
Expand Down