Skip to content

Commit

Permalink
Merge pull request #476 from kivikakk/release/v0.29.0
Browse files Browse the repository at this point in the history
[skip test] Release v0.29.0
  • Loading branch information
github-actions[bot] authored Oct 10, 2024
2 parents f9ef6da + 3cfb63a commit c364193
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
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.28"
comrak = "0.29"
```

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

* Add support for backslash escape in wikilinks by @digitalmoksha in https://github.com/kivikakk/comrak/pull/471

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


# [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
Expand Down Expand Up @@ -67,7 +74,7 @@ Diff: https://github.com/kivikakk/comrak/compare/v0.25.0...v0.26.0
* Inline sourcepos is no longer reported in HTML output. It remains in the AST
and in XML output, but it is not reliable. See the PR for details.
* Link sourcepos is slightly better than it was when it spans multiple lines.

## New Contributors

* @liamwhite made their first contribution in https://github.com/kivikakk/comrak/pull/421
Expand Down

0 comments on commit c364193

Please sign in to comment.