Skip to content

Commit 3e143e3

Browse files
committed
Version bump.
1 parent b8781e5 commit 3e143e3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
# 0.3.0.4
2+
- Fixed bug in safestring
3+
- Fixed test so it doesn't depend on versions of other packages
4+
- Added sax-like parsers
5+
16
# 0.3.0.3
2-
Fixed wrong size of C structure in FFI that was causing a segfault.
7+
- Fixed wrong size of C structure in FFI that was causing a segfault.

json-stream.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json-stream
2-
version: 0.3.0.3
2+
version: 0.3.0.4
33
synopsis: Incremental applicative JSON parser
44
description: Easy to use JSON parser fully supporting incremental parsing.
55
Parsing grammar in applicative form.

0 commit comments

Comments
 (0)