File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,27 @@ This log summarizes the changes in each released version of Rouge.
44
55Rouge follows [ Semantic Versioning 2.0.0] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## version 4.5.2: 2025-04-27
8+
9+ [ Comparison with the previous version] ( https://github.com/rouge-ruby/rouge/compare/v4.5.1...v4.5.2 )
10+
11+ - General
12+ - Update various doc ([ #2086 ] ( https://github.com/rouge-ruby/rouge/pull/2086/ ) by Tan Le)
13+ - CPP Lexer
14+ - c++: expand support for c++ float literals ([ #2123 ] ( https://github.com/rouge-ruby/rouge/pull/2123/ ) by Jeanine Adkisson)
15+ - CSS Lexer
16+ - Update CSS lexer ([ #2118 ] ( https://github.com/rouge-ruby/rouge/pull/2118/ ) by Gerard)
17+ - Java Lexer
18+ - Add record keyword declaration for Java 14+ ([ #2121 ] ( https://github.com/rouge-ruby/rouge/pull/2121/ ) by 0xh3xa)
19+ - HTML Lexer
20+ - Add * .razor file glob to HTML [ EASY MERGE] ([ #2115 ] ( https://github.com/rouge-ruby/rouge/pull/2115/ ) by Téo Orthlieb)
21+ - Mojo Lexer
22+ - Added Mojo 25.1 keyword changes ([ #2112 ] ( https://github.com/rouge-ruby/rouge/pull/2112/ ) by Indukumar Vellapillil Hari)
23+ - SASS Lexer
24+ - Fix missing method error in SASS lexer ([ #2125 ] ( https://github.com/rouge-ruby/rouge/pull/2125/ ) by Tan Le)
25+ - Svelte Lexer
26+ - Support mustache template in Svelte ([ #2096 ] ( https://github.com/rouge-ruby/rouge/pull/2096/ ) by Tan Le)
27+
728## version 4.5.1: 2024-11-12
829
930[ Comparison with the previous version] ( https://github.com/rouge-ruby/rouge/compare/v4.5.0...v4.5.1 )
Original file line number Diff line number Diff line change 33
44module Rouge
55 def self . version
6- "4.5.1 "
6+ "4.5.2 "
77 end
88end
You can’t perform that action at this time.
0 commit comments