From fdac064fa60d3d8d572533b1490ada7687efa249 Mon Sep 17 00:00:00 2001 From: Michael Camilleri Date: Wed, 16 Oct 2019 01:10:43 +0900 Subject: [PATCH] Release v3.12.0 (#1350) --- CHANGELOG.md | 13 +++++++++++++ lib/rouge/version.rb | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 540d02867b..49eddff1f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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.12.0: 2019-10-16 + +[Comparison with the previous version](https://github.com/rouge-ruby/rouge/compare/v3.11.1...v3.12.0) + +- General + - Handle Guesser::Ambiguous in Markdown context ([#1349](https://github.com/rouge-ruby/rouge/pull/1349/) by John Fairhurst) + - Ensure XML lexer handles unknown DOCTYPEs ([#1348](https://github.com/rouge-ruby/rouge/pull/1348/) by John Fairhurst) + - Remove note about GitHub Pages' version of Rouge ([#1344](https://github.com/rouge-ruby/rouge/pull/1344/) by Andrew Petz) +- Embedded Elixir Lexer + - Add Phoenix Live View file glob to Embedded Elixir lexer ([#1347](https://github.com/rouge-ruby/rouge/pull/1347/) by Maksym Verbovyi) +- Minizinc Lexer (**NEW**) + - Add MiniZinc lexer ([#1329](https://github.com/rouge-ruby/rouge/pull/1329/) by Abe Voelker) + ## 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) diff --git a/lib/rouge/version.rb b/lib/rouge/version.rb index c5b3de5414..32f7b5dd12 100644 --- a/lib/rouge/version.rb +++ b/lib/rouge/version.rb @@ -3,6 +3,6 @@ module Rouge def self.version - "3.11.1" + "3.12.0" end end