Skip to content

Commit

Permalink
release greskell-websocket.
Browse files Browse the repository at this point in the history
  • Loading branch information
debug-ito committed Jun 21, 2018
1 parent d4f1937 commit 92ab41a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion greskell-core/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Revision history for greskell-core

## 0.1.2.0 -- (draft)
## 0.1.2.0 -- 2018-06-21

* Add `GMap` module.
* Add `AsIterator` module.
Expand Down
2 changes: 1 addition & 1 deletion greskell-websocket/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Revision history for greskell-websocket

## 0.1.0.0 -- YYYY-mm-dd
## 0.1.0.0 -- 2018-06-21

* First version. Released on an unsuspecting world.
4 changes: 2 additions & 2 deletions greskell/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Revision history for greskell

## 0.2.0.0 -- (draft)
## 0.2.0.0 -- 2018-06-21

* Confirmed test with `aeson-1.4.0.0` and `hint-0.8.0`.

### Graph module

* [BREAKING CHANGE]: Now `AVertex`, `AEdge`, `AVertexProperty` are
based on `GValue` type, instead of `GraphSON Value`. This is for
taking care of possibly nested GraphSON encoded values in a generic
taking care of possibly nested GraphSON-encoded values in a generic
way.
* [BREAKING CHANGE]: `parseOneValue`, `parseListValues`,
`parseNonEmptyValues` functions now require `FromGraphSON`
Expand Down

0 comments on commit 92ab41a

Please sign in to comment.