Skip to content

Commit

Permalink
Release v0.3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastro committed Nov 14, 2020
1 parent 69acf25 commit cea6a75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

## 0.3.0.0 (TBD)
## 0.3.0.0 (2020-11-14)

* `FlatBuffers.Vector.toByteString` renamed to `FlatBuffers.Vector.toLazyByteString`
* Allow trailing comma after the last enum/union field for compatibility with flatc.
* If a Haskell keyword is used as the name of a table or struct, then suffix the name of the generated constructor with an underscore.

## 0.2.0.0 (2019-10-21)

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: flatbuffers
version: 0.2.0.0
version: 0.3.0.0
homepage: https://github.com/dcastro/haskell-flatbuffers
github: dcastro/haskell-flatbuffers
license: BSD3
Expand Down

0 comments on commit cea6a75

Please sign in to comment.