File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ This log summarizes the changes in each released version of Rouge.
4
4
5
5
Rouge follows [ Semantic Versioning 2.0.0] ( https://semver.org/spec/v2.0.0.html ) .
6
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
+
7
14
## version 4.5.0: 2024-11-11
8
15
9
16
[ Comparison with the previous version] ( https://github.com/rouge-ruby/rouge/compare/v4.4.0...v4.5.0 )
Original file line number Diff line number Diff line change 3
3
4
4
module Rouge
5
5
def self . version
6
- "4.5.0 "
6
+ "4.5.1 "
7
7
end
8
8
end
You can’t perform that action at this time.
0 commit comments