Skip to content

Commit 6b1471e

Browse files
committed
2.2.0.2 release
1 parent ae6f0fc commit 6b1471e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## Version 2.2.0.2 <small>(August 9, 2020)</small>
4+
5+
* Fix compilation error on macOS Big Sur Preview (11.0).
6+
* Enable continuous integration with Ruby 2.4-2.6.
7+
* Builds with Ruby 2.7.0 locally but not on Travis CI.
8+
39
## Version 2.2.0.1 <small>(May 7, 2016)</small>
410

511
* Discount upgraded from 2.1.8 -> 2.2.0

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.0.1'
27+
VERSION = '2.2.0.2'
2828

2929
# Original Markdown formatted text.
3030
attr_reader :text

rdiscount.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Gem::Specification.new do |s|
22
s.name = 'rdiscount'
3-
s.version = '2.2.0.1'
3+
s.version = '2.2.0.2'
44
s.summary = "Fast Implementation of Gruber's Markdown in C"
5-
s.date = '2016-05-07'
5+
s.date = '2020-08-09'
66
s.email = 'david@dafoster.net'
77
s.homepage = 'http://dafoster.net/projects/rdiscount/'
88
s.authors = ["Ryan Tomayko", "David Loren Parsons", "Andrew White", "David Foster"]

0 commit comments

Comments
 (0)