Skip to content

Commit d04ad95

Browse files
committed
Release pulldown-cmark-to-cmark v22.0.0
1 parent 15e7a74 commit d04ad95

File tree

2 files changed

+51
-3
lines changed

2 files changed

+51
-3
lines changed

CHANGELOG.md

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,55 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 22.0.0 (2025-12-23)
9+
10+
### New Features
11+
12+
- <csr-id-9b55c822ae8c824954452d1414e1dc33eadc5b73/> Add #![deny(missing_docs)] attribute to enable missing documentation checks and add comprehensive documentation for all public items
13+
14+
### New Features (BREAKING)
15+
16+
- <csr-id-ffa22b3e25ef79aad66774f1c08b1a4a1b1bc4f4/> Add support for super/subscript without html
17+
Superscript and subscript can be presented in markdown as:
18+
^superscript^ and ~subscript~ respectively. This is not always turned on,
19+
and many people prefer the HTML tag form, however in order to round-trip
20+
markdown which uses the symbolic form we need an option to enable that.
21+
22+
This feature is enabled via a new field in the `Options` struct.
23+
24+
### Commit Statistics
25+
26+
<csr-read-only-do-not-edit/>
27+
28+
- 7 commits contributed to the release.
29+
- 43 days passed between releases.
30+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
31+
- 0 issues like '(#ID)' were seen in commit messages
32+
33+
### Commit Details
34+
35+
<csr-read-only-do-not-edit/>
36+
37+
<details><summary>view details</summary>
38+
39+
* **Uncategorized**
40+
- Merge pull request #107 from kinnison/super-sub-not-html ([`15e7a74`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/15e7a74364cf05e437029d84ec6b78a6662fd137))
41+
- Refactor ([`aba929c`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/aba929c5068f69de5ae2e92b397fd901922f2c0d))
42+
- Add testing support for symbolic super/subscript ([`463b65a`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/463b65a0ede1c99d921862645931c8ecc117c159))
43+
- Add support for super/subscript without html ([`ffa22b3`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/ffa22b3e25ef79aad66774f1c08b1a4a1b1bc4f4))
44+
- Merge pull request #108 from Byron/copilot/add-documentation-and-deny-attrs ([`077d5d0`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/077d5d0f7b464d4fdd251bc4adfe5679fb6a2736))
45+
- Refactor ([`6d09f44`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/6d09f445a72555fbd70812b21a38ba65bba0e42b))
46+
- Add #![deny(missing_docs)] attribute to enable missing documentation checks and add comprehensive documentation for all public items ([`9b55c82`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/9b55c822ae8c824954452d1414e1dc33eadc5b73))
47+
</details>
48+
849
## 21.1.0 (2025-11-09)
950

51+
<csr-id-5b93e7e7b51000632bfecf6d7a49e48d9fb3bc19/>
52+
<csr-id-942c42ba6fc517b595130603e9fd4aa1309ee755/>
53+
<csr-id-30b706b719fd2554b664bc7d2c40bcb7e7095a8c/>
54+
<csr-id-31a49d0d45c1c32bfcf1c653121ee3ca0a1d4fe8/>
55+
<csr-id-3ab278b9db5546f405bcd13bdf5c3f0d59d2fb8a/>
56+
1057
### New Features
1158

1259
- <csr-id-91ffc9508b129cd603b870d38fd9bd88240d07fe/> Improve CommonMark conformance testing output
@@ -18,7 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1865
Additionally, this introduces a way to force the printing of the
1966
CommonMark failure report from the command line:
2067

21-
$ FULL_CMARK_RESULTS=true cargo test
68+
$ FULL_CMARK_RESULTS=true cargo test
2269

2370
and documents in CONTRIBUTING.md that new contributors may want
2471
to start with trying to improve conformance.
@@ -95,7 +142,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
95142

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

98-
- 12 commits contributed to the release.
145+
- 13 commits contributed to the release.
99146
- 264 days passed between releases.
100147
- 6 commits were understood as [conventional](https://www.conventionalcommits.org).
101148
- 0 issues like '(#ID)' were seen in commit messages
@@ -107,6 +154,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
107154
<details><summary>view details</summary>
108155

109156
* **Uncategorized**
157+
- Release pulldown-cmark-to-cmark v21.1.0 ([`4fa1f9e`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/4fa1f9eab4754267e2d6580fe7e64f8aa4c113fa))
110158
- Release pulldown-cmark-to-cmark v21.0.0 ([`d69f748`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/d69f748198d26828f74c0e1a0faed6a986cb4b97))
111159
- Merge pull request #104 from ConnorGray/connorgray/refactor-5 ([`bf34a3c`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/bf34a3cac68e6f82a24ee3d44224a9e2ef2bcd0d))
112160
- Add Repeated utility to simplify writing repeated content ([`942c42b`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/942c42ba6fc517b595130603e9fd4aa1309ee755))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pulldown-cmark-to-cmark"
3-
version = "21.1.0"
3+
version = "22.0.0"
44
authors = [
55
"Sebastian Thiel <[email protected]>",
66
"Dylan Owen <[email protected]>",

0 commit comments

Comments
 (0)