Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Dec 14, 2024
1 parent 6c71261 commit 9ed05a3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.18.1

- Minor refactor to avoid new warnings introduced in GHC 9.8.

- Switch CI compiler to GHC 9.8.4.

## 0.3.18.0

- Add `eqnInlineTableTemplate` and `eqnDisplayTemplate` options.
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pandoc-crossref
version: '0.3.18.0'
version: '0.3.18.1'
synopsis: Pandoc filter for cross-references
description: pandoc-crossref is a pandoc filter for numbering figures, equations,
tables and cross-references to them.
Expand Down
8 changes: 4 additions & 4 deletions pandoc-crossref.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 2.0

-- This file has been generated from package.yaml by hpack version 0.34.4.
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack

name: pandoc-crossref
version: 0.3.18.0
version: 0.3.18.1
synopsis: Pandoc filter for cross-references
description: pandoc-crossref is a pandoc filter for numbering figures, equations, tables and cross-references to them.
category: Text
Expand Down Expand Up @@ -229,9 +229,9 @@ test-suite test-integrative
, pandoc-crossref
, pandoc-types ==1.23.*
, text >=1.2.2 && <2.2
default-language: Haskell2010
if flag(enable_flaky_tests)
cpp-options: -DFLAKY
default-language: Haskell2010

test-suite test-pandoc-crossref
type: exitcode-stdio-1.0
Expand All @@ -256,9 +256,9 @@ test-suite test-pandoc-crossref
, pandoc-crossref-internal
, pandoc-types ==1.23.*
, text >=1.2.2 && <2.2
default-language: Haskell2010
if flag(enable_flaky_tests)
cpp-options: -DFLAKY
default-language: Haskell2010

benchmark simple
type: exitcode-stdio-1.0
Expand Down

0 comments on commit 9ed05a3

Please sign in to comment.