From be516127921507da0b9ee0667b5c06fb20847658 Mon Sep 17 00:00:00 2001 From: Michael Camilleri Date: Wed, 2 Oct 2019 02:44:45 +0900 Subject: [PATCH] Release v3.11.1 (#1338) --- CHANGELOG.md | 7 +++++++ lib/rouge/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21e5e54eec..540d02867b 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 3.11.1: 2019-10-02 + +[Comparison with the previous version](https://github.com/rouge-ruby/rouge/compare/v3.11.0...v3.11.1) + +- Perl Lexer + - Fix overeager quoting constructs in Perl lexer ([#1335](https://github.com/rouge-ruby/rouge/pull/1335/) by Brent Laabs) + ## version 3.11.0: 2019-09-18 [Comparison with the previous version](https://github.com/rouge-ruby/rouge/compare/v3.10.0...v3.11.0) diff --git a/lib/rouge/version.rb b/lib/rouge/version.rb index 94c55607dd..c5b3de5414 100644 --- a/lib/rouge/version.rb +++ b/lib/rouge/version.rb @@ -3,6 +3,6 @@ module Rouge def self.version - "3.11.0" + "3.11.1" end end