We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbbc918 commit 1d9e46dCopy full SHA for 1d9e46d
HISTORY.md
@@ -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
+
7
## 4.0.2 - 2023-10-10
8
* Add support for .mdx files in markdown
9
lib/github-markup.rb
@@ -1,6 +1,6 @@
module GitHub
module Markup
- VERSION = '4.0.2'
+ VERSION = '5.0.0'
Version = VERSION
end
0 commit comments