Skip to content

Commit

Permalink
chore: release v0.5.0 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-heller authored Feb 10, 2024
1 parent 106d484 commit 0c90762
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 153 deletions.
24 changes: 11 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,23 @@

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

## [0.5.0] - 2024-02-10

### Changes

- Bump minimum supported Rust version (MSRV) to 1.71

### Features

- Emulate [Pandoc's cell-wrapping behavior for tables](https://pandoc.org/MANUAL.html#extension-pipe_tables) to prevent wide tables from overflowing the page ([#63](https://github.com/max-heller/mdbook-pandoc/pull/63))
- Added a `hosted-html` option to specify the URL of a hosted HTML version of the book. If set, relative links that can't be resolved within the book will be translated to links to the hosted version of the book ([#66](https://github.com/max-heller/mdbook-pandoc/pull/66))

## [0.4.2] - 2024-01-23

### Miscellaneous Tasks

- Update example book submodules ([#61](https://github.com/max-heller/mdbook-pandoc/pull/61))

<!-- generated by git-cliff -->
## [0.4.1] - 2024-01-14

### Bug Fixes
Expand All @@ -24,7 +34,6 @@ All notable changes to this project will be documented in this file.

- Update `cargo-dist` to v0.7.1 ([#56](https://github.com/max-heller/mdbook-pandoc/pull/56))

<!-- generated by git-cliff -->
## [0.4.0] - 2024-01-07

### Changes
Expand All @@ -41,21 +50,18 @@ All notable changes to this project will be documented in this file.

- 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

- Correctly check mdBook version compatibility ([#45](https://github.com/max-heller/mdbook-pandoc/pull/45))

<!-- generated by git-cliff -->
## [0.3.1] - 2023-12-27

### Bug Fixes

- Support lists nested more than four levels deep when rendering to LaTeX ([#40](https://github.com/max-heller/mdbook-pandoc/pull/40))

<!-- generated by git-cliff -->
## [0.3.0] - 2023-12-25

### Changes
Expand All @@ -70,7 +76,6 @@ All notable changes to this project will be documented in this file.

- Update pandoc version used for testing from v3.1.9 -> v3.1.11 ([#31](https://github.com/max-heller/mdbook-pandoc/pull/31))

<!-- generated by git-cliff -->
## [0.2.1] - 2023-12-22

### Documentation
Expand All @@ -83,7 +88,6 @@ All notable changes to this project will be documented in this file.
- Specify `pandoc` and `rsvg-convert` as dependencies in `cargo-dist` config ([#29](https://github.com/max-heller/mdbook-pandoc/pull/29))
- Upload example rendered books to releases ([#27](https://github.com/max-heller/mdbook-pandoc/pull/27))

<!-- generated by git-cliff -->
## [0.2.0] - 2023-12-08

### Bug Fixes
Expand All @@ -95,7 +99,6 @@ All notable changes to this project will be documented in this file.
- Allow configuring logging with `RUST_LOG` environment variable ([#21](https://github.com/max-heller/mdbook-pandoc/pull/21))
- Take `[output.html.redirect]` into account when resolving links ([#20](https://github.com/max-heller/mdbook-pandoc/pull/20))

<!-- generated by git-cliff -->
## [0.1.3] - 2023-12-05

### Bug Fixes
Expand All @@ -107,7 +110,6 @@ All notable changes to this project will be documented in this file.

- Document known issue with images located at URLs that have `.yml` path extensions ([#17](https://github.com/max-heller/mdbook-pandoc/pull/17))

<!-- generated by git-cliff -->
## [0.1.2] - 2023-12-01

### Bug Fixes
Expand All @@ -125,8 +127,6 @@ All notable changes to this project will be documented in this file.
- 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 All @@ -141,5 +141,3 @@ All notable changes to this project will be documented in this file.
## [0.1.0] - 2023-11-23

Initial release

<!-- generated by git-cliff -->
Loading

0 comments on commit 0c90762

Please sign in to comment.