From 2799d5c00c15600f026b020777044dce915c458d Mon Sep 17 00:00:00 2001 From: Michael Camilleri Date: Wed, 13 Nov 2019 02:44:21 +0900 Subject: [PATCH] Release v3.13.0 --- CHANGELOG.md | 11 +++++++++++ lib/rouge/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49eddff1f6..b331e7cad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.13.0: 2019-11-13 + +[Comparison with the previous version](https://github.com/rouge-ruby/rouge/compare/v3.12.0...v3.13.0) + +- BPF Lexer + - Support disassembler output in BPF lexer ([#1346](https://github.com/rouge-ruby/rouge/pull/1346/) by Paul Chaignon) +- Q Lexer + - Fix quote escaping in Q lexer ([#1355](https://github.com/rouge-ruby/rouge/pull/1355/) by AngusWilson) +- TTCN-3 Lexer (**NEW**) + - Add TTCN-3 testing language lexer ([#1337](https://github.com/rouge-ruby/rouge/pull/1337/) by Garcia) + ## 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) diff --git a/lib/rouge/version.rb b/lib/rouge/version.rb index 32f7b5dd12..1e6dba6c32 100644 --- a/lib/rouge/version.rb +++ b/lib/rouge/version.rb @@ -3,6 +3,6 @@ module Rouge def self.version - "3.12.0" + "3.13.0" end end