File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ extensions that have been made popular by the [PHP Markdown Extra] package and [
97
97
It is probably the fastest pure-Ruby Markdown converter available (January 2019), being about 3x
98
98
faster than [Maruku] and about 6.2x faster than [BlueFeather].
99
99
100
- Version **2.5.0 **{:itemprop="softwareVersion"} released on
100
+ Version **2.5.1 **{:itemprop="softwareVersion"} released on
101
101
**2024-11-18**{:itemprop="datePublished"}, [more news](news.html)
102
102
{: style="text-align: center; font-size: 80%"}
103
103
Original file line number Diff line number Diff line change
1
+ ---
2
+ title: kramdown 2.5.1 released
3
+ no_output: true
4
+ sort_info: r2051
5
+ created_at: 2024-11-18 17:40:00 +01:00
6
+ modified_at: 2024-11-18 17:40:00 +01:00
7
+ ---
8
+ ## kramdown 2.5.1 released
9
+
10
+ Just a minor change to update the REXML version to one without known vulnerabilities.
11
+
12
+ ## Changes
13
+
14
+ * 1 minor change:
15
+
16
+ - Update REXML to 3.3.9 to avoid another version with known vulnerabilities
Original file line number Diff line number Diff line change 10
10
module Kramdown
11
11
12
12
# The kramdown version.
13
- VERSION = '2.5.0 '
13
+ VERSION = '2.5.1 '
14
14
15
15
end
You can’t perform that action at this time.
0 commit comments