Skip to content

Commit 1d9e46d

Browse files
committed
bump version to 5.0.0
1 parent dbbc918 commit 1d9e46d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 5.0.0 - 2024-06-12
2+
* Drop support for Ruby versions < 3
3+
* Bump nokogiri from 1.8.1 to 1.16.5
4+
* Bump nokogiri-diff from 0.2.0 to 0.3.0
5+
* Bump rdoc from 3.6 to 6.7.0
6+
17
## 4.0.2 - 2023-10-10
28
* Add support for .mdx files in markdown
39

lib/github-markup.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module GitHub
22
module Markup
3-
VERSION = '4.0.2'
3+
VERSION = '5.0.0'
44
Version = VERSION
55
end
66
end

0 commit comments

Comments
 (0)