Skip to content

Commit

Permalink
Merge pull request #522 from kivikakk/release/v0.34.0
Browse files Browse the repository at this point in the history
[skip test] Release v0.34.0
  • Loading branch information
github-actions[bot] authored Jan 21, 2025
2 parents 2962208 + 3c86dfa commit b0059f5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.33"
comrak = "0.34"
```

Comrak's library supports Rust <span class="msrv">1.62.1</span>+.
Expand Down
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [v0.34.0] - 21-01-2025

Admonition special!

* Add GitHub style alerts / admonitions by @digitalmoksha in https://github.com/kivikakk/comrak/pull/519
* Enable GitLab multiline alerts by @digitalmoksha in https://github.com/kivikakk/comrak/pull/521

Diff: https://github.com/kivikakk/comrak/compare/v0.33.0...v0.34.0


# [v0.33.0] - 04-01-2025

Happy new year! Thanks to @nicoburns for these changes, enabling much faster
Expand Down

0 comments on commit b0059f5

Please sign in to comment.