Skip to content

Commit

Permalink
Redcarpet v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robin850 committed Jan 29, 2023
1 parent 6bfff6e commit 3e3f0b5
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.6.0

* Avoid warnings running on Ruby 3.2+.

Refs #721.
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.5.1'
VERSION = '3.6.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.5.1'
s.version = '3.6.0'
s.summary = "Markdown that smells nice"
s.description = 'A fast, safe and extensible Markdown to (X)HTML parser'
s.date = '2020-12-15'
s.date = '2023-01-29'
s.email = 'vicent@github.com'
s.homepage = 'https://github.com/vmg/redcarpet'
s.authors = ["Natacha Porté", "Vicent Martí"]
Expand Down

0 comments on commit 3e3f0b5

Please sign in to comment.