From 87fe6a46635a297a7f2091e5fa02dfed23445707 Mon Sep 17 00:00:00 2001 From: Michael Camilleri Date: Wed, 26 Jun 2019 06:53:22 +0900 Subject: [PATCH] Release v3.5.1 (#1223) --- CHANGELOG.md | 7 +++++++ lib/rouge/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f2d185bd6..6fc0e32c1c 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.5.1: 2019-06-26 + +[Comparison with the previous version](https://github.com/rouge-ruby/rouge/compare/v3.5.0...v3.5.1) + +* PowerShell Lexer + - Fix invalid parenthesis state in PowerShell lexer ([#1222](https://github.com/rouge-ruby/rouge/pull/1222/) by Michael Camilleri) + ## version 3.5.0: 2019-06-26 [Comparison with the previous version](https://github.com/rouge-ruby/rouge/compare/v3.4.1...v3.5.0) diff --git a/lib/rouge/version.rb b/lib/rouge/version.rb index 4021d81197..1d1edbcfa2 100644 --- a/lib/rouge/version.rb +++ b/lib/rouge/version.rb @@ -3,6 +3,6 @@ module Rouge def self.version - "3.5.0" + "3.5.1" end end