Skip to content

Commit

Permalink
chore: release v0.1.2 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-heller authored Dec 1, 2023
1 parent 1278134 commit 5759cb9
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 32 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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))

### Performance

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

### Miscellaneous Tasks

- Only include necessary files in released packages ([#8](https://github.com/max-heller/mdbook-pandoc/pull/8))
- Run CI clippy workflow on Windows and MacOS in addition to Ubuntu ([#7](https://github.com/max-heller/mdbook-pandoc/pull/7))
- Update version of `cargo-dist` used to generate releases ([#12](https://github.com/max-heller/mdbook-pandoc/pull/12))
- Fix CI release workflow ([#13](https://github.com/max-heller/mdbook-pandoc/pull/13))

<!-- 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 5759cb9

Please sign in to comment.