Skip to content

Commit 3b3e47f

Browse files
committed
Redcarpet v3.3.4
1 parent 86c19fb commit 3b3e47f

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.3.4
4+
35
* Fix `bufprintf` to correctly work on Windows MinGW-w64 so strings
46
are properly written to the buffer.
57

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.3.3'
5+
VERSION = '3.3.4'
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.3.3'
4+
s.version = '3.3.4'
55
s.summary = "Markdown that smells nice"
66
s.description = 'A fast, safe and extensible Markdown to (X)HTML parser'
7-
s.date = '2015-09-24'
7+
s.date = '2015-12-25'
88
s.email = 'vicent@github.com'
99
s.homepage = 'http://github.com/vmg/redcarpet'
1010
s.authors = ["Natacha Porté", "Vicent Martí"]

0 commit comments

Comments
 (0)