Skip to content

Commit 16ac9b4

Browse files
committed
Version bump.
1 parent d58062c commit 16ac9b4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# 0.3.0.3
2+
Fixed wrong size of C structure in FFI that was causing a segfault.

json-stream.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json-stream
2-
version: 0.3.0.2
2+
version: 0.3.0.3
33
synopsis: Incremental applicative JSON parser
44
description: Easy to use JSON parser fully supporting incremental parsing.
55
Parsing grammar in applicative form.
@@ -20,7 +20,7 @@ maintainer: [email protected]
2020
category: Text, JSON
2121
build-type: Simple
2222
cabal-version: >=1.10
23-
extra-source-files: c_lib/lexer.h
23+
extra-source-files: c_lib/lexer.h, changelog.md
2424

2525
source-repository head
2626
type: git

0 commit comments

Comments
 (0)