Skip to content

Commit

Permalink
💎 bump to 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Jan 21, 2021
1 parent cd58d15 commit 618b045
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ source 'https://rubygems.org/'
gemspec

group :benchmark do
gem 'github-markdown'
gem 'kramdown'
gem 'redcarpet'
end
2 changes: 1 addition & 1 deletion lib/commonmarker/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CommonMarker
VERSION = '0.21.0'
VERSION = '0.21.1'
end
4 changes: 0 additions & 4 deletions test/benchmark.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ def dobench(name, &blk)
Redcarpet::Markdown.new(Redcarpet::Render::HTML, autolink: false, tables: false).render(benchinput)
end

dobench('github-markdown') do
GitHub::Markdown.render(benchinput)
end

dobench('commonmarker with to_html') do
CommonMarker.render_html(benchinput)
end
Expand Down

0 comments on commit 618b045

Please sign in to comment.