Skip to content

Commit

Permalink
Redcarpet v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robin850 committed Dec 25, 2016
1 parent fdec6be commit ef93be6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## Version 3.4.0

* Rely on djb2 hashing generating anchors with non-ASCII chars.

Fix issue [#538](https://github.com/vmg/redcarpet/issues/538).
Expand Down
2 changes: 1 addition & 1 deletion lib/redcarpet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'redcarpet/compat'

module Redcarpet
VERSION = '3.3.4'
VERSION = '3.4.0'

class Markdown
attr_reader :renderer
Expand Down
4 changes: 2 additions & 2 deletions redcarpet.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# encoding: utf-8
Gem::Specification.new do |s|
s.name = 'redcarpet'
s.version = '3.3.4'
s.version = '3.4.0'
s.summary = "Markdown that smells nice"
s.description = 'A fast, safe and extensible Markdown to (X)HTML parser'
s.date = '2015-12-25'
s.date = '2016-12-25'
s.email = '[email protected]'
s.homepage = 'http://github.com/vmg/redcarpet'
s.authors = ["Natacha Porté", "Vicent Martí"]
Expand Down

0 comments on commit ef93be6

Please sign in to comment.