Skip to content

Commit

Permalink
Release pulldown-cmark-to-cmark v14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jun 10, 2024
1 parent 857ff07 commit fd7815a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 14.0.1 (2024-06-10)

This release contains a fix to avoid escaping characters within codeblocks.
See https://github.com/Byron/pulldown-cmark-to-cmark/issues/73 for details.


### Commit Statistics

<csr-read-only-do-not-edit/>

- 2 commits contributed to the release.
- 3 commits contributed to the release.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#73](https://github.com/Byron/pulldown-cmark-to-cmark/issues/73)

Expand All @@ -28,6 +27,7 @@ See https://github.com/Byron/pulldown-cmark-to-cmark/issues/73 for details.
* **[#73](https://github.com/Byron/pulldown-cmark-to-cmark/issues/73)**
- Fixdo not disturb code block detection when preventing escape ([`7376d42`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/7376d42ae3599c907061eba6b3a7676f79408bdb))
* **Uncategorized**
- Prepare changelog prior to release. ([`857ff07`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/857ff07f8ae962de7d287008d875cc3ca342e510))
- Merge pull request #74 from SichangHe/fix-unnecessary-range-escape ([`a6045c6`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/a6045c664fda1c56edf8d749601a6562d94a3871))
</details>

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pulldown-cmark-to-cmark"
version = "14.0.0"
version = "14.0.1"
authors = [
"Sebastian Thiel <[email protected]>",
"Dylan Owen <[email protected]>",
Expand Down

0 comments on commit fd7815a

Please sign in to comment.