From 1a72eff62e1cf691f3e9d4b6346b6669ebb2da68 Mon Sep 17 00:00:00 2001 From: Jeroen Hermans Date: Wed, 21 Aug 2019 16:14:12 +0200 Subject: [PATCH] Bump version, update changelog --- CHANGELOG.md | 4 ++++ protowhat/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 936c68a..5be4a85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the protowhat project will be documented in this file. +## 1.11.1 + +- Handle highlight position absence (in combination with `antlr-ast` v0.7.0) + ## 1.11.0 - Add bash history SCTs diff --git a/protowhat/__init__.py b/protowhat/__init__.py index f84c53b..c3fa782 100644 --- a/protowhat/__init__.py +++ b/protowhat/__init__.py @@ -1 +1 @@ -__version__ = "1.11.0" +__version__ = "1.11.1"