Skip to content

Commit b99ce25

Browse files
authored
Release v4.5.1 (rouge-ruby#2085)
1 parent 70ea7af commit b99ce25

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.1: 2024-11-12
8+
9+
[Comparison with the previous version](https://github.com/rouge-ruby/rouge/compare/v4.5.0...v4.5.1)
10+
11+
- JSON5 Lexer
12+
- Fix prerequisite dependency in JSON5 ([#2084](https://github.com/rouge-ruby/rouge/pull/2084/) by Tan Le)
13+
714
## version 4.5.0: 2024-11-11
815

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

lib/rouge/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
module Rouge
55
def self.version
6-
"4.5.0"
6+
"4.5.1"
77
end
88
end

0 commit comments

Comments
 (0)