File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,31 @@ 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.2.0: 2023-10-25
8+
9+ [ Comparison with the previous version] ( https://github.com/rouge-ruby/rouge/compare/v4.1.3...v4.2.0 )
10+
11+ - General
12+ - Bump actions/checkout to v4 ([ #1998 ] ( https://github.com/rouge-ruby/rouge/pull/1998/ ) by Tan Le)
13+ - Update change log ([ #1983 ] ( https://github.com/rouge-ruby/rouge/pull/1983/ ) by Tan Le)
14+ - BPF Lexer
15+ - Update BPF lexer ([ #2004 ] ( https://github.com/rouge-ruby/rouge/pull/2004/ ) by Paul Chaignon)
16+ - Code Owners Lexer (** NEW** )
17+ - Add Code owners lexer ([ #1969 ] ( https://github.com/rouge-ruby/rouge/pull/1969/ ) by Tan Le)
18+ - Dart Lexer
19+ - Remove ` inline ` from Dart declaration keywords ([ #1990 ] ( https://github.com/rouge-ruby/rouge/pull/1990/ ) by Parker Lougheed)
20+ - Elixir Lexer
21+ - Detect Elixir syntax by shebang ([ #2001 ] ( https://github.com/rouge-ruby/rouge/pull/2001/ ) by arathunku)
22+ - Groovy Lexer
23+ - Update groovy for record, enum, var ([ #1984 ] ( https://github.com/rouge-ruby/rouge/pull/1984/ ) by Guillaume Laforge)
24+ - Python Lexer
25+ - Guess .pyi files as Python ([ #1996 ] ( https://github.com/rouge-ruby/rouge/pull/1996/ ) by ryderben)
26+ - Svelte Lexer (** NEW** )
27+ - add svelte lexer ([ #1979 ] ( https://github.com/rouge-ruby/rouge/pull/1979/ ) by Brodie Davis)
28+ - Xoji Lexer
29+ - Updated Xojo Syntax ([ #2005 ] ( https://github.com/rouge-ruby/rouge/pull/2005/ ) by XojoGermany)
30+ - Updated Xojo Syntax ([ #2000 ] ( https://github.com/rouge-ruby/rouge/pull/2000/ ) by XojoGermany)
31+
732## version 4.1.3: 2023-07-31
833
934[ Comparison with the previous version] ( https://github.com/rouge-ruby/rouge/compare/v4.1.2...v4.1.3 )
Original file line number Diff line number Diff line change 33
44module Rouge
55 def self . version
6- "4.1.3 "
6+ "4.2.0 "
77 end
88end
You can’t perform that action at this time.
0 commit comments