From 84c965472d4ddac1ce259cb8fe1b27ce38ca8c06 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Thu, 17 Feb 2022 19:13:51 +0100 Subject: [PATCH] Bump verstion to 2.9.5 --- docs/conf.py | 4 ++-- source/BNFC.cabal | 4 ++-- source/BNFC.spec | 2 +- source/CHANGELOG.md | 6 +++++- testing/bnfc-system-tests.cabal | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2420c2bd..517e00eb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '2.9.4' +version = '2.9.5' # The full version, including alpha/beta/rc tags. -release = '2.9.4' +release = '2.9.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/source/BNFC.cabal b/source/BNFC.cabal index 28c3f5b6..f07cf544 100644 --- a/source/BNFC.cabal +++ b/source/BNFC.cabal @@ -1,5 +1,5 @@ Name: BNFC -Version: 2.9.4 +Version: 2.9.5 cabal-version: 2.0 -- >=1.24 for the custom-setup section -- >=2.0 for the build-tools: hspec-discover @@ -70,7 +70,7 @@ Source-repository this type: git location: git://github.com/BNFC/bnfc.git subdir: source - tag: v2.9.4 + tag: v2.9.5 -- Setup using https://github.com/haskellari/cabal-doctest custom-setup diff --git a/source/BNFC.spec b/source/BNFC.spec index f72ac7fb..e1740858 100644 --- a/source/BNFC.spec +++ b/source/BNFC.spec @@ -1,7 +1,7 @@ # https://fedoraproject.org/wiki/Packaging:Haskell Name: BNFC -Version: 2.9.4 +Version: 2.9.5 Release: 1%{?dist} Summary: A compiler front-end generator diff --git a/source/CHANGELOG.md b/source/CHANGELOG.md index 24c4dd6d..8cecc996 100644 --- a/source/CHANGELOG.md +++ b/source/CHANGELOG.md @@ -1,8 +1,12 @@ +# 2.9.5 + +Unreleased + # 2.9.4 Andreas Abel , February 2022 -* LBNF: empty tokens types are now forbidden [#388] +* LBNF: empty token types are now forbidden [#388] * Agda: support position information via `--functor` [#405] * C/C++: use `size_t` and `-Wsign-conversion` [#391] * C++: repair broken `--line-numbers` [#390], regression in 2.9.2 by [#349] diff --git a/testing/bnfc-system-tests.cabal b/testing/bnfc-system-tests.cabal index 05893e55..72e77a3c 100644 --- a/testing/bnfc-system-tests.cabal +++ b/testing/bnfc-system-tests.cabal @@ -14,7 +14,7 @@ name: bnfc-system-tests -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change -version: 2.9.4.0 +version: 2.9.5.0 -- A short (one-line) description of the package. synopsis: System tests for BNFC