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 70ea7af commit b99ce25Copy full SHA for b99ce25
CHANGELOG.md
@@ -4,6 +4,13 @@ This log summarizes the changes in each released version of Rouge.
4
5
Rouge follows [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html).
6
7
+## version 4.5.1: 2024-11-12
8
+
9
+[Comparison with the previous version](https://github.com/rouge-ruby/rouge/compare/v4.5.0...v4.5.1)
10
11
+- JSON5 Lexer
12
+ - Fix prerequisite dependency in JSON5 ([#2084](https://github.com/rouge-ruby/rouge/pull/2084/) by Tan Le)
13
14
## version 4.5.0: 2024-11-11
15
16
[Comparison with the previous version](https://github.com/rouge-ruby/rouge/compare/v4.4.0...v4.5.0)
lib/rouge/version.rb
@@ -3,6 +3,6 @@
3
module Rouge
def self.version
- "4.5.0"
+ "4.5.1"
end
0 commit comments