Skip to content

Commit d6465ee

Browse files
committed
2.2.7.5 release
1 parent 4e7318c commit d6465ee

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## Version 2.2.7.5 <small>(April 26, 2026)</small>
4+
5+
* Fix build failure in newer compilers that use C23 mode by default,
6+
such as Clang on macOS.
7+
38
## Version 2.2.7.4 <small>(April 1, 2026)</small>
49

510
* Fix crash if `to_html` called on a string longer than INT_MAX (2 GiB of text).

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.4'
27+
VERSION = '2.2.7.5'
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.4'
3+
s.version = '2.2.7.5'
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)