Skip to content

Commit

Permalink
Redcarpet v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robin850 committed Feb 25, 2025
1 parent 3f4f9df commit 34c138e
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.1

* Migrate Markdown objects to the `TypedData` API.

Refs #785.
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.6.0'
VERSION = '3.6.1'

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.6.0'
s.version = '3.6.1'
s.summary = "Markdown that smells nice"
s.description = 'A fast, safe and extensible Markdown to (X)HTML parser'
s.date = '2023-01-29'
s.date = '2025-02-25'
s.email = '[email protected]'
s.homepage = 'https://github.com/vmg/redcarpet'
s.authors = ["Natacha Porté", "Vicent Martí"]
Expand Down

0 comments on commit 34c138e

Please sign in to comment.