Skip to content

Commit 5bf66cf

Browse files
authored
Merge pull request #345 from gjtorikian/release/v2.0.3
[skip test] Release v2.0.3
2 parents 62cc38b + d521c07 commit 5bf66cf

File tree

1 file changed

+26
-9
lines changed

1 file changed

+26
-9
lines changed

CHANGELOG.md

+26-9
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,44 @@
1+
# [v2.0.3] - 21-01-2025
2+
3+
## What's Changed
4+
5+
- Bump rb-sys from 0.9.106 to 0.9.107 by @dependabot in https://github.com/gjtorikian/commonmarker/pull/341
6+
- Bump rb-sys from 0.9.107 to 0.9.108 by @dependabot in https://github.com/gjtorikian/commonmarker/pull/342
7+
- Bump comrak from 0.33.0 to 0.34.0; add support for GitHub style alerts by @dependabot in https://github.com/gjtorikian/commonmarker/pull/344
8+
- Add support for GitHub style alerts by @gjtorikian in https://github.com/gjtorikian/commonmarker/pull/344
9+
- Support raw nodes by @wakairo in https://github.com/gjtorikian/commonmarker/pull/340
10+
11+
**Full Changelog**: https://github.com/gjtorikian/commonmarker/compare/v2.0.2.1...v2.0.3
12+
113
# [v2.0.2.1] - 08-01-2025
14+
215
## What's Changed
3-
* Bump comrak from 0.32.0 to 0.33.0 by @dependabot in https://github.com/gjtorikian/commonmarker/pull/334
4-
* Bump rb-sys from 0.9.105 to 0.9.106 by @dependabot in https://github.com/gjtorikian/commonmarker/pull/336
5-
* Bump rb-sys build system to correctly support 3.3+ by @gjtorikian in https://github.com/gjtorikian/commonmarker/pull/337
616

17+
- Bump comrak from 0.32.0 to 0.33.0 by @dependabot in https://github.com/gjtorikian/commonmarker/pull/334
18+
- Bump rb-sys from 0.9.105 to 0.9.106 by @dependabot in https://github.com/gjtorikian/commonmarker/pull/336
19+
- Bump rb-sys build system to correctly support 3.3+ by @gjtorikian in https://github.com/gjtorikian/commonmarker/pull/337
720

821
**Full Changelog**: https://github.com/gjtorikian/commonmarker/compare/v2.0.2...v2.0.2.1
22+
923
# [v2.0.2] - 29-12-2024
24+
1025
## What's Changed
11-
* Bump comrak from 0.30.0 to 0.31.0 by @dependabot in https://github.com/gjtorikian/commonmarker/pull/323
12-
* Bump comrak from 0.31.0 to 0.32.0 by @dependabot in https://github.com/gjtorikian/commonmarker/pull/328
13-
* Bump rb-sys from 0.9.103 to 0.9.104 by @dependabot in https://github.com/gjtorikian/commonmarker/pull/329
14-
* Support Ruby 3.4 by @gjtorikian in https://github.com/gjtorikian/commonmarker/pull/330
1526

27+
- Bump comrak from 0.30.0 to 0.31.0 by @dependabot in https://github.com/gjtorikian/commonmarker/pull/323
28+
- Bump comrak from 0.31.0 to 0.32.0 by @dependabot in https://github.com/gjtorikian/commonmarker/pull/328
29+
- Bump rb-sys from 0.9.103 to 0.9.104 by @dependabot in https://github.com/gjtorikian/commonmarker/pull/329
30+
- Support Ruby 3.4 by @gjtorikian in https://github.com/gjtorikian/commonmarker/pull/330
1631

1732
**Full Changelog**: https://github.com/gjtorikian/commonmarker/compare/v2.0.1...v2.0.2
33+
1834
# [v2.0.1] - 27-11-2024
35+
1936
## What's Changed
20-
* Fixed the issue where nil for header_ids by @ppworks in https://github.com/gjtorikian/commonmarker/pull/324
2137

38+
- Fixed the issue where nil for header_ids by @ppworks in https://github.com/gjtorikian/commonmarker/pull/324
2239

2340
**Full Changelog**: https://github.com/gjtorikian/commonmarker/compare/v2.0.0...v2.0.1
41+
2442
# [v2.0.0] - 25-11-2024
2543

2644
This is a major release in the sense that there's a breaking API change,
@@ -47,7 +65,6 @@ set to `""`, which means that `h*` tags will have GitHub style
4765
anchors automatically added to them. You can remove this (and other
4866
undesired options) by passing a `nil` value: `extension: { header_ids: nil }`.
4967

50-
5168
## What's Changed
5269

5370
- Bump rb-sys from 0.9.99 to 0.9.100 by @dependabot in https://github.com/gjtorikian/commonmarker/pull/309

0 commit comments

Comments
 (0)