Skip to content

Commit

Permalink
Merge pull request #517 from kivikakk/release/v0.33.0
Browse files Browse the repository at this point in the history
[skip test] Release v0.33.0
  • Loading branch information
github-actions[bot] authored Jan 4, 2025
2 parents a224b93 + 2eaf9e7 commit 45c96a2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 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.32"
comrak = "0.33"
```

Comrak's library supports Rust <span class="msrv">1.62.1</span>+.
Expand Down
16 changes: 14 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# [v0.33.0] - 04-01-2025

Happy new year! Thanks to @nicoburns for these changes, enabling much faster
compiles if you don't need the builders!

* Eliminate `regex` and `once_cell` dependencies. by @nicoburns in https://github.com/kivikakk/comrak/pull/514
* Make bon builders optional by @nicoburns in https://github.com/kivikakk/comrak/pull/515
* Make options structs exhaustive by @nicoburns in https://github.com/kivikakk/comrak/pull/516

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


# [v0.32.0] - 17-12-2024

* rust-toolchain: remove by @charlottia in https://github.com/kivikakk/comrak/pull/493
* Account for front matter when calculating by @SamWilsn in https://github.com/kivikakk/comrak/pull/494
* Account for front matter when calculating `sourcepos` by @SamWilsn in https://github.com/kivikakk/comrak/pull/494
* callbacks: constrain to input lifetime by @liamwhite in https://github.com/kivikakk/comrak/pull/499
* Refactor open_new_blocks by @digitalmoksha in https://github.com/kivikakk/comrak/pull/505
* Refactors open_new_blocks by lifting out handlers by @digitalmoksha in https://github.com/kivikakk/comrak/pull/506
* Make override by @SamWilsn in https://github.com/kivikakk/comrak/pull/500
* Make `wikilinks_title_after_pipe` override `wikilinks_title_before_pipe` by @SamWilsn in https://github.com/kivikakk/comrak/pull/500
* Detect ending front matter delimiter at EOF by @kivikakk in https://github.com/kivikakk/comrak/pull/508
* Add Raw Node by @wakairo in https://github.com/kivikakk/comrak/pull/511

Expand Down

0 comments on commit 45c96a2

Please sign in to comment.