File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ 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.1.3: 2023-07-31
8+
9+ [ Comparison with the previous version] ( https://github.com/rouge-ruby/rouge/compare/v4.1.2...v4.1.3 )
10+
11+ - Update HCL & Terraform Lexers ([ #1975 ] ( https://github.com/rouge-ruby/rouge/pull/1975/ ) by Simon Heather)
12+ - Add guessing specs for TypeScript extensions ([ #1980 ] ( https://github.com/rouge-ruby/rouge/pull/1980/ ) by Tan Le)
13+ - Add Typescript support for ` .cts ` and ` .mts ` ([ #1978 ] ( https://github.com/rouge-ruby/rouge/pull/1978/ ) by George Petrou)
14+ - Swift 5.8 and 5.9 updates ([ #1948 ] ( https://github.com/rouge-ruby/rouge/pull/1948/ ) by John Fairhurst)
15+ - XQuery: .xqm suffix added ([ #1971 ] ( https://github.com/rouge-ruby/rouge/pull/1971/ ) by Christian Grün)
16+ - Add multi-line examples for IRB lexer ([ #1968 ] ( https://github.com/rouge-ruby/rouge/pull/1968/ ) by Tan Le)
17+ - irb lexer: recognize the SIMPLE prompt ([ #1943 ] ( https://github.com/rouge-ruby/rouge/pull/1943/ ) by Ronan Limon Duparcmeur)
18+
719## version 4.1.2: 2023-06-01
820
921[ Comparison with the previous version] ( https://github.com/rouge-ruby/rouge/compare/v4.1.1...v4.1.2 )
Original file line number Diff line number Diff line change 33
44module Rouge
55 def self . version
6- "4.1.2 "
6+ "4.1.3 "
77 end
88end
You can’t perform that action at this time.
0 commit comments