Skip to content

Commit 6270d6b

Browse files
committed
Redcarpet v3.5.0
1 parent 94f6e27 commit 6270d6b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

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

3+
## Version 3.5.0
4+
35
* Avoid mutating the options hash passed to a render object.
46

57
Refs #663.

lib/redcarpet.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'redcarpet/compat'
33

44
module Redcarpet
5-
VERSION = '3.4.0'
5+
VERSION = '3.5.0'
66

77
class Markdown
88
attr_reader :renderer

redcarpet.gemspec

Lines changed: 2 additions & 2 deletions
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.4.0'
4+
s.version = '3.5.0'
55
s.summary = "Markdown that smells nice"
66
s.description = 'A fast, safe and extensible Markdown to (X)HTML parser'
7-
s.date = '2016-12-25'
7+
s.date = '2019-07-29'
88
s.email = '[email protected]'
99
s.homepage = 'http://github.com/vmg/redcarpet'
1010
s.authors = ["Natacha Porté", "Vicent Martí"]

0 commit comments

Comments
 (0)