File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +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.4.0: 2024-09-16
8+
9+ [ Comparison with the previous version] ( https://github.com/rouge-ruby/rouge/compare/v4.3.0...v4.4.0 )
10+
11+ - Docker Lexer
12+ - Detect Containerfiles as Dockerfiles ([ #2059 ] ( https://github.com/rouge-ruby/rouge/pull/2059/ ) by Andrew Hills)
13+ - Make Lexer
14+ - Handle ` else if ` statement in makefile ([ #2063 ] ( https://github.com/rouge-ruby/rouge/pull/2063/ ) by Tan Le)
15+ - Mojo Lexer (** NEW** )
16+ - Add Mojo to list of supported language ([ #2072 ] ( https://github.com/rouge-ruby/rouge/pull/2072/ ) by Tan Le)
17+ - Fix NameError in the Mojo lexer in Ruby 2.7 ([ #2068 ] ( https://github.com/rouge-ruby/rouge/pull/2068/ ) by Bart Broere)
18+ - Mojo language highlighting support. ([ #2050 ] ( https://github.com/rouge-ruby/rouge/pull/2050/ ) by ivellapillil)
19+ - P4 Lexer (** NEW** )
20+ - Add lexer for P4 ([ #2049 ] ( https://github.com/rouge-ruby/rouge/pull/2049/ ) by Ryan Goodfellow)
21+
722## version 4.3.0: 2024-06-14
823
924[ Comparison with the previous version] ( https://github.com/rouge-ruby/rouge/compare/v4.2.1...v4.3.0 )
1025
11- _ General
26+ - General
1227 - Align the base-16 default dark colour palette ([ #2040 ] ( https://github.com/rouge-ruby/rouge/pull/2040/ ) by Tan Le)
1328- Brainfuck Lexer
1429 - Add "bf" as an alias for brainfuck ([ #2038 ] ( https://github.com/rouge-ruby/rouge/pull/2038/ ) by Boris Verkhovskiy)
Original file line number Diff line number Diff line change 33
44module Rouge
55 def self . version
6- "4.3 .0"
6+ "4.4 .0"
77 end
88end
You can’t perform that action at this time.
0 commit comments