From adb76cf221e90d3baff6062857c4509cc1cc5f29 Mon Sep 17 00:00:00 2001 From: Tan Le Date: Tue, 12 Nov 2024 08:46:00 +1000 Subject: [PATCH] Release v4.5.1 --- CHANGELOG.md | 7 +++++++ lib/rouge/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5bde252ed..1d93ec2d74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ This log summarizes the changes in each released version of Rouge. Rouge follows [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html). +## version 4.5.1: 2024-11-12 + +[Comparison with the previous version](https://github.com/rouge-ruby/rouge/compare/v4.5.0...v4.5.1) + +- JSON5 Lexer + - Fix prerequisite dependency in JSON5 ([#2084](https://github.com/rouge-ruby/rouge/pull/2084/) by Tan Le) + ## version 4.5.0: 2024-11-11 [Comparison with the previous version](https://github.com/rouge-ruby/rouge/compare/v4.4.0...v4.5.0) diff --git a/lib/rouge/version.rb b/lib/rouge/version.rb index deccd50540..fb8912a3e5 100644 --- a/lib/rouge/version.rb +++ b/lib/rouge/version.rb @@ -3,6 +3,6 @@ module Rouge def self.version - "4.5.0" + "4.5.1" end end