Skip to content

Commit fc051a9

Browse files
committed
Update version, release notes and homepage
1 parent d8057be commit fc051a9

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

doc/index.page

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ extensions that have been made popular by the [PHP Markdown Extra] package and [
9797
It is probably the fastest pure-Ruby Markdown converter available (January 2019), being about 3x
9898
faster than [Maruku] and about 6.2x faster than [BlueFeather].
9999

100-
Version **2.5.0**{:itemprop="softwareVersion"} released on
100+
Version **2.5.1**{:itemprop="softwareVersion"} released on
101101
**2024-11-18**{:itemprop="datePublished"}, [more news](news.html)
102102
{: style="text-align: center; font-size: 80%"}
103103

doc/news/release_2_5_1.page

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

lib/kramdown/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
module Kramdown
1111

1212
# The kramdown version.
13-
VERSION = '2.5.0'
13+
VERSION = '2.5.1'
1414

1515
end

0 commit comments

Comments
 (0)