File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 3.5.0
4+
35* Avoid mutating the options hash passed to a render object.
46
57 Refs #663 .
Original file line number Diff line number Diff line change 22require 'redcarpet/compat'
33
44module Redcarpet
5- VERSION = '3.4 .0'
5+ VERSION = '3.5 .0'
66
77 class Markdown
88 attr_reader :renderer
Original file line number Diff line number Diff line change 11# encoding: utf-8
22Gem ::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 = 'vicent@github.com'
99 s . homepage = 'https://github.com/vmg/redcarpet'
1010 s . authors = [ "Natacha Porté" , "Vicent Martí" ]
You can’t perform that action at this time.
0 commit comments