We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa09a8a commit 26b77f5Copy full SHA for 26b77f5
HISTORY.md
@@ -1,3 +1,6 @@
1
+## 5.0.1 - 2024-06-17
2
+* Bump activesupport from 4.0 to 7.1.3.4
3
+
4
## 5.0.0 - 2024-06-17
5
* Drop support for Ruby versions < 3
6
* Bump nokogiri from 1.8.1 to 1.16.5
lib/github-markup.rb
@@ -1,6 +1,6 @@
module GitHub
module Markup
- VERSION = '5.0.0'
+ VERSION = '5.0.1'
Version = VERSION
end
0 commit comments