Skip to content

Commit

Permalink
Merge pull request #463 from kivikakk/release/v0.28.0
Browse files Browse the repository at this point in the history
Release v0.28.0
  • Loading branch information
github-actions[bot] authored Sep 5, 2024
2 parents f0630fc + 7f106c6 commit 1a33c63
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Specify it as a requirement in `Cargo.toml`:

``` toml
[dependencies]
comrak = "0.27"
comrak = "0.28"
```

Comrak's library supports Rust <span class="msrv">1.62.1</span>+.
Expand Down
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [v0.28.0] - 05-09-2024

* Add a render option to render the image as <figure> by @JmPotato in https://github.com/kivikakk/comrak/pull/458
* Fix edge cases for relaxed-autolink option by @digitalmoksha in https://github.com/kivikakk/comrak/pull/461

Diff: https://github.com/kivikakk/comrak/compare/v0.27.0...v0.28.0


# [v0.27.0] - 19-08-2024

* Track line offsets for better accuracy of inline sourcepos by @digitalmoksha in https://github.com/kivikakk/comrak/pull/453
Expand Down

0 comments on commit 1a33c63

Please sign in to comment.