File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ 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.6.1: 2025-09-25
8+
9+ [ Comparison with the previous version] ( https://github.com/rouge-ruby/rouge/compare/v4.6.0...v4.6.1 )
10+
11+ - General
12+ - Add ruby head version to CI ([ #2154 ] ( https://github.com/rouge-ruby/rouge/pull/2154/ ) by Tan Le)
13+ - Replace usage of ` cgi ` for ruby 3.5 compatibility ([ #2131 ] ( https://github.com/rouge-ruby/rouge/pull/2131/ ) by Earlopain)
14+ - CSS Lexer
15+ - CSS lexer: support range context in media queries ([ #2160 ] ( https://github.com/rouge-ruby/rouge/pull/2160/ ) by Gerard)
16+ - INI Lexer
17+ - Support standalone option in INI parser ([ #2161 ] ( https://github.com/rouge-ruby/rouge/pull/2161/ ) by Tan Le)
18+ - Lua Lexer
19+ - Bugfix: Lua escaped quotes now parsing ([ #2155 ] ( https://github.com/rouge-ruby/rouge/pull/2155/ ) by Nicholas Reaves)
20+ - Robot Framework Lexer
21+ - Recognize ` .resource ` files as Robot Framework files ([ #2158 ] ( https://github.com/rouge-ruby/rouge/pull/2158/ ) by Vasiliy)
22+ - Ruby Lexer
23+ - Fix highlighting comparable method definition ([ #2149 ] ( https://github.com/rouge-ruby/rouge/pull/2149/ ) by Hartley McGuire)
24+ - TOML Lexer
25+ - Realign TOML lexers with the Pygments counterpart ([ #2152 ] ( https://github.com/rouge-ruby/rouge/pull/2152/ ) by Tan Le)
26+
727## version 4.6.0: 2025-07-16
828
929[ Comparison with the previous version] ( https://github.com/rouge-ruby/rouge/compare/v4.5.2...v4.6.0 )
Original file line number Diff line number Diff line change 33
44module Rouge
55 def self . version
6- "4.6.0 "
6+ "4.6.1 "
77 end
88end
You can’t perform that action at this time.
0 commit comments