Skip to content

Commit

Permalink
Bump verstion to 2.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Feb 17, 2022
1 parent ca3b1fc commit 84c9654
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions source/BNFC.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/BNFC.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 5 additions & 1 deletion source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# 2.9.5

Unreleased

# 2.9.4

Andreas Abel <andreas.abel@gu.se>, 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]
Expand Down
2 changes: 1 addition & 1 deletion testing/bnfc-system-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84c9654

Please sign in to comment.