Skip to content

Commit 6e1e5a4

Browse files
authored
Release v4.5.2 (#2124)
1 parent e24eb80 commit 6e1e5a4

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ 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 4.5.2: 2025-04-27
8+
9+
[Comparison with the previous version](https://github.com/rouge-ruby/rouge/compare/v4.5.1...v4.5.2)
10+
11+
- General
12+
- Update various doc ([#2086](https://github.com/rouge-ruby/rouge/pull/2086/) by Tan Le)
13+
- CPP Lexer
14+
- c++: expand support for c++ float literals ([#2123](https://github.com/rouge-ruby/rouge/pull/2123/) by Jeanine Adkisson)
15+
- CSS Lexer
16+
- Update CSS lexer ([#2118](https://github.com/rouge-ruby/rouge/pull/2118/) by Gerard)
17+
- Java Lexer
18+
- Add record keyword declaration for Java 14+ ([#2121](https://github.com/rouge-ruby/rouge/pull/2121/) by 0xh3xa)
19+
- HTML Lexer
20+
- Add *.razor file glob to HTML [EASY MERGE] ([#2115](https://github.com/rouge-ruby/rouge/pull/2115/) by Téo Orthlieb)
21+
- Mojo Lexer
22+
- Added Mojo 25.1 keyword changes ([#2112](https://github.com/rouge-ruby/rouge/pull/2112/) by Indukumar Vellapillil Hari)
23+
- SASS Lexer
24+
- Fix missing method error in SASS lexer ([#2125](https://github.com/rouge-ruby/rouge/pull/2125/) by Tan Le)
25+
- Svelte Lexer
26+
- Support mustache template in Svelte ([#2096](https://github.com/rouge-ruby/rouge/pull/2096/) by Tan Le)
27+
728
## version 4.5.1: 2024-11-12
829

930
[Comparison with the previous version](https://github.com/rouge-ruby/rouge/compare/v4.5.0...v4.5.1)

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-
"4.5.1"
6+
"4.5.2"
77
end
88
end

0 commit comments

Comments
 (0)