Sourced from comrak's releases.
v0.33.0
Happy new year! Thanks to
@nicoburns
for these changes, enabling much faster compiles if you don't need the builders!
- Eliminate
regex
andonce_cell
dependencies. by@nicoburns
in kivikakk/comrak#514- Make bon builders optional by
@nicoburns
in kivikakk/comrak#515- Make options structs exhaustive by
@nicoburns
in kivikakk/comrak#516Diff: https://github.com/kivikakk/comrak/compare/v0.32.0...v0.33.0
Sourced from comrak's changelog.
[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
andonce_cell
dependencies. by@nicoburns
in kivikakk/comrak#514- Make bon builders optional by
@nicoburns
in kivikakk/comrak#515- Make options structs exhaustive by
@nicoburns
in kivikakk/comrak#516Diff: https://github.com/kivikakk/comrak/compare/v0.32.0...v0.33.0
45c96a2
Merge pull request #517
from kivikakk/release/v0.33.02eaf9e7
changelog.txt: update.f419a97
[skip test] update changeloga224b93
Cargo.toml: v0.33.0.21e1741
Merge pull request #516
from nicoburns/remove-non-exhaustive8c1f750
Make options structs exhaustive17db3c3
Merge pull request #515
from nicoburns/make-bon-optional57a1fa9
mark relevant tests/examples as bon-dependentfcd44e9
Make bon builders optional7c6b947
Merge pull request #514
from nicoburns/eliminate-regex