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
+
1
13
# [ v2.0.2.1] - 08-01-2025
14
+
2
15
## 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
6
16
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
7
20
8
21
** Full Changelog** : https://github.com/gjtorikian/commonmarker/compare/v2.0.2...v2.0.2.1
22
+
9
23
# [ v2.0.2] - 29-12-2024
24
+
10
25
## 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
15
26
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
16
31
17
32
** Full Changelog** : https://github.com/gjtorikian/commonmarker/compare/v2.0.1...v2.0.2
33
+
18
34
# [ v2.0.1] - 27-11-2024
35
+
19
36
## What's Changed
20
- * Fixed the issue where nil for header_ids by @ppworks in https://github.com/gjtorikian/commonmarker/pull/324
21
37
38
+ - Fixed the issue where nil for header_ids by @ppworks in https://github.com/gjtorikian/commonmarker/pull/324
22
39
23
40
** Full Changelog** : https://github.com/gjtorikian/commonmarker/compare/v2.0.0...v2.0.1
41
+
24
42
# [ v2.0.0] - 25-11-2024
25
43
26
44
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
47
65
anchors automatically added to them. You can remove this (and other
48
66
undesired options) by passing a ` nil ` value: ` extension: { header_ids: nil } ` .
49
67
50
-
51
68
## What's Changed
52
69
53
70
- Bump rb-sys from 0.9.99 to 0.9.100 by @dependabot in https://github.com/gjtorikian/commonmarker/pull/309
0 commit comments