Skip to content

Commit cb51ad7

Browse files
authored
Release v3.28.0 (#1789)
1 parent 75fcbff commit cb51ad7

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,40 @@ This log summarizes the changes in each released version of Rouge.
44

55
Rouge follows [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html).
66

7+
## version 3.28.0: 2022-01-26
8+
9+
[Comparison with the previous version](https://github.com/rouge-ruby/rouge/compare/v3.27.0...v3.28.0)
10+
11+
- C Lexer
12+
- Fix highlight of #include statement ([#1770](https://github.com/rouge-ruby/rouge/pull/1770) by cdown)
13+
- Console Lexer
14+
- Fix issue with console line ends with backlash ([#1779](https://github.com/rouge-ruby/rouge/pull/1779) by mojavelinux)
15+
- CPP Lexer
16+
- Add keywords and operators introduced in C++20 ([#1784](https://github.com/rouge-ruby/rouge/pull/1784) by tchaikov)
17+
- Cypher Lexer
18+
- Support multi-line comments ([#1710](https://github.com/rouge-ruby/rouge/pull/1710) by Mogztter)
19+
- Dart Lexer
20+
- Add new keywords and types ([#1691](https://github.com/rouge-ruby/rouge/pull/1691) by parlough)
21+
- Fluent Lexer (**NEW**)
22+
- Add Fluent lexer ([#1697](https://github.com/rouge-ruby/rouge/pull/1697) by rkh)
23+
- HCL Lexer
24+
- Add new file extensions ([#1769](https://github.com/rouge-ruby/rouge/pull/1769) by maximd)
25+
- JSX Lexer
26+
- Allow dashes in attribute names ([#1650](https://github.com/rouge-ruby/rouge/pull/1650) by bpl)
27+
- Kotlin Lexer
28+
- Fix highlight of interface, nullable type and generic property ([#1762](https://github.com/rouge-ruby/rouge/pull/1762) by vidarh)
29+
- Rust Lexer
30+
- Update keywords for a new version ([#1649](https://github.com/rouge-ruby/rouge/pull/1649) by nsfisis)
31+
- SPARQL Lexer
32+
- Support unicode names ([#1654](https://github.com/rouge-ruby/rouge/pull/1654) by jakubklimek)
33+
- Stan Lexer (**NEW**)
34+
- Add Stan lexer ([#1735](https://github.com/rouge-ruby/rouge/pull/1735) by jgaeb)
35+
- Stata Lexer (**NEW**)
36+
- Add Stata lexer ([#1637](https://github.com/rouge-ruby/rouge/pull/1658) by reifjulian)
37+
- TOML Lexer
38+
- Support quoted keys ([#1777](https://github.com/rouge-ruby/rouge/pull/1777) by tancnle)
39+
- Fix visual test app on Ruby 3.0 ([#1696](https://github.com/rouge-ruby/rouge/pull/1696) by rkh)
40+
741
## version 3.27.0: 2021-12-15
842

943
[Comparison with the previous version](https://github.com/rouge-ruby/rouge/compare/v3.26.1...v3.27.0)

lib/rouge/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
module Rouge
55
def self.version
6-
"3.27.0"
6+
"3.28.0"
77
end
88
end

0 commit comments

Comments
 (0)