Skip to content

Commit c56a6d6

Browse files
committed
Redcarpet v3.2.3
1 parent e5a1051 commit c56a6d6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## Version 3.2.3
4+
35
* Avoid rewinding content of a previous inline when autolinking is
46
enabled.
57

lib/redcarpet.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'redcarpet/compat'
33

44
module Redcarpet
5-
VERSION = '3.2.2'
5+
VERSION = '3.2.3'
66

77
class Markdown
88
attr_reader :renderer

redcarpet.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# encoding: utf-8
22
Gem::Specification.new do |s|
33
s.name = 'redcarpet'
4-
s.version = '3.2.2'
4+
s.version = '3.2.3'
55
s.summary = "Markdown that smells nice"
66
s.description = 'A fast, safe and extensible Markdown to (X)HTML parser'
7-
s.date = '2014-12-06'
7+
s.date = '2015-04-05'
88
s.email = '[email protected]'
99
s.homepage = 'https://github.com/vmg/redcarpet'
1010
s.authors = ["Natacha Porté", "Vicent Martí"]

0 commit comments

Comments
 (0)