Skip to content

Commit 28bd917

Browse files
committed
2.2.7.4 release
1 parent b1a1644 commit 28bd917

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# RDiscount Changelog
22

3+
## Version 2.2.7.4 <small>(April 1, 2026)</small>
4+
5+
* Fix crash if `to_html` called on a string longer than INT_MAX (2 GiB of text).
6+
37
## Version 2.2.7.3 <small>(December 31, 2023)</small>
48

59
* Add Ruby 3.2 and 3.3 to continuous integration

lib/rdiscount.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# end
2525
#
2626
class RDiscount
27-
VERSION = '2.2.7.3'
27+
VERSION = '2.2.7.4'
2828

2929
# Original Markdown formatted text.
3030
attr_reader :text

rdiscount.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'rdiscount'
3-
s.version = '2.2.7.3'
3+
s.version = '2.2.7.4'
44
s.summary = "Fast Implementation of Gruber's Markdown in C"
55
s.email = 'david@dafoster.net'
66
s.homepage = 'http://dafoster.net/projects/rdiscount/'

0 commit comments

Comments
 (0)