Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
max-heller authored Jul 9, 2024
1 parent de33b6d commit f686143
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 67 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

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

## [0.7.0] - 2024-07-09

### Bug Fixes

- Minimum `pandoc` version is actually 2.8, not 1.14 ([#90](https://github.com/max-heller/mdbook-pandoc/pull/90))
- Resolve links correctly when book contains exactly one chapter ([#101](https://github.com/max-heller/mdbook-pandoc/pull/101))
- Correctly resolve absolute-path links to be relative to book root ([#103](https://github.com/max-heller/mdbook-pandoc/pull/103))
- [**breaking**] Work around Pandoc 3.2+ breaking links to chapters ([#100](https://github.com/max-heller/mdbook-pandoc/pull/100))
- Replace unresolvable remote images with their descriptions ([#105](https://github.com/max-heller/mdbook-pandoc/pull/105))
- Fix EPUB conversion with HTML elements spanning multiple blocks ([#106](https://github.com/max-heller/mdbook-pandoc/pull/106))

### Changes

- Raise minimum supported Rust version to 1.74 ([#104](https://github.com/max-heller/mdbook-pandoc/pull/104))

### Features

- Preserve escape characters (or lack thereof) from Markdown source ([#95](https://github.com/max-heller/mdbook-pandoc/pull/95))
- Allow overriding source format and extensions through Pandoc's `from` option ([#98](https://github.com/max-heller/mdbook-pandoc/pull/98))

### Miscellaneous Tasks

- Fix date in CHANGELOG ([#86](https://github.com/max-heller/mdbook-pandoc/pull/86))
- Update `cargo-dist` ([#92](https://github.com/max-heller/mdbook-pandoc/pull/92))
- Update example rendered books ([#107](https://github.com/max-heller/mdbook-pandoc/pull/107))


## [0.6.4] - 2024-04-07

### Bug Fixes
Expand Down
Loading

0 comments on commit f686143

Please sign in to comment.