Skip to content

Commit

Permalink
[skip test] update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalmoksha authored and github-actions[bot] committed Oct 10, 2024
1 parent f9ef6da commit a241912
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.28"
comrak = "0.29"
```

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.29.0] - 10-10-2024
## What's Changed
* build(deps): bump peter-evans/create-pull-request from 6 to 7 by @dependabot in https://github.com/kivikakk/comrak/pull/467
* Add support for backslash escape in wikilinks by @digitalmoksha in https://github.com/kivikakk/comrak/pull/471
* Cargo.toml: v0.29.0 by @digitalmoksha in https://github.com/kivikakk/comrak/pull/475


**Full Changelog**: 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

0 comments on commit a241912

Please sign in to comment.