Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: Max Heller <25730408+max-heller@users.noreply.github.com>
  • Loading branch information
max-heller committed Dec 1, 2023
1 parent f4d1fa5 commit 58148ea
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 32 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.1.2] - 2023-12-01

### Bug Fixes

- Escape quotes within link titles ([#6](https://github.com/max-heller/mdbook-pandoc/pull/6))

### Miscellaneous Tasks

- Explicitly include files for cargo packaging ([#8](https://github.com/max-heller/mdbook-pandoc/pull/8))
- Run clippy workflow on Windows and MacOS in addition to Ubuntu ([#7](https://github.com/max-heller/mdbook-pandoc/pull/7))

### Performance

- Eliminate redundant processing of tags during start and end events ([#10](https://github.com/max-heller/mdbook-pandoc/pull/10))

<!-- generated by git-cliff -->
## [0.1.1] - 2023-11-23

### Documentation
Expand Down
135 changes: 104 additions & 31 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.1.1"
version = "0.1.2"
rust-version = "1.70.0"
edition = "2021"
authors = ["Max Heller <max.a.heller@gmail.com>"]
Expand Down

0 comments on commit 58148ea

Please sign in to comment.