1 parent 94f6e27 commit 6270d6bCopy full SHA for 6270d6b
3 files changed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+## Version 3.5.0
4
+
5
* Avoid mutating the options hash passed to a render object.
6
7
Refs #663.
lib/redcarpet.rb
@@ -2,7 +2,7 @@
require 'redcarpet/compat'
module Redcarpet
- VERSION = '3.4.0'
+ VERSION = '3.5.0'
class Markdown
8
attr_reader :renderer
redcarpet.gemspec
@@ -1,10 +1,10 @@
# encoding: utf-8
Gem::Specification.new do |s|
s.name = 'redcarpet'
- s.version = '3.4.0'
+ s.version = '3.5.0'
s.summary = "Markdown that smells nice"
s.description = 'A fast, safe and extensible Markdown to (X)HTML parser'
- s.date = '2016-12-25'
+ s.date = '2019-07-29'
s.email = 'vicent@github.com'
9
s.homepage = 'http://github.com/vmg/redcarpet'
10
s.authors = ["Natacha Porté", "Vicent Martí"]
0 commit comments