Skip to content

Commit 34c138e

Browse files
committed
Redcarpet v3.6.1
1 parent 3f4f9df commit 34c138e

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.6.1
4+
35
* Migrate Markdown objects to the `TypedData` API.
46

57
Refs #785.

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

0 commit comments

Comments
 (0)