Skip to content

Commit 1da8318

Browse files
authored
Release v3.26.0 (#1645)
1 parent 19da95a commit 1da8318

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ 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.26.0: 2020-12-09
8+
9+
[Comparison with the previous version](https://github.com/rouge-ruby/rouge/compare/v3.25.0...v3.26.0)
10+
11+
- CMake Lexer
12+
- Add missing CMake commands to CMake lexer ([#1630](https://github.com/rouge-ruby/rouge/pull/1630/) by gnaggnoyil)
13+
- Crystal Lexer
14+
- Improve visual sample and macro support for Crystal lexer ([#1644](https://github.com/rouge-ruby/rouge/pull/1644/) by Michael Camilleri)
15+
- Support floor division operator in Crystal lexer ([#1639](https://github.com/rouge-ruby/rouge/pull/1639/) by Rymiel)
16+
- JSL Lexer
17+
- Fix lexing of messages, nested comments, missing operators and decimals in JSL lexer ([#1638](https://github.com/rouge-ruby/rouge/pull/1638/) by Ben Peachey Higdon)
18+
- OCL Lexer (**NEW**)
19+
- Add OCL lexer ([#1637](https://github.com/rouge-ruby/rouge/pull/1637/) by Gerson Sunyé)
20+
- Python Lexer
21+
- Use String::Affix token for string prefixes in Python lexer ([#1635](https://github.com/rouge-ruby/rouge/pull/1635/) by Tan Le)
22+
- ReasonML Lexer
23+
- Improve support for comments in ReasonML lexer ([#1641](https://github.com/rouge-ruby/rouge/pull/1641/) by Amirali Esmaeili)
24+
- ReScript Lexer (**NEW**)
25+
- Add ReScript lexer ([#1633](https://github.com/rouge-ruby/rouge/pull/1633/) by Amirali Esmaeili)
26+
- Rust Lexer
27+
- Add support for octal literals to Rust lexer ([#1643](https://github.com/rouge-ruby/rouge/pull/1643/) by nsfisis)
28+
729
## version 3.25.0: 2020-11-11
830

931
[Comparison with the previous version](https://github.com/rouge-ruby/rouge/compare/v3.24.0...v3.25.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.25.0"
6+
"3.26.0"
77
end
88
end

0 commit comments

Comments
 (0)