Skip to content

Commit

Permalink
Bump versions and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
hesselink committed Feb 24, 2015
1 parent df7bc3d commit 2d2a6c7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions rest-core/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

#### 0.35.1

* Remove unneeded constraint from `domainReason`.

## 0.35

* Change input/output dictionaries to indicate separately if there are
Expand Down
2 changes: 1 addition & 1 deletion rest-core/rest-core.cabal
@@ -1,5 +1,5 @@
name: rest-core
version: 0.35
version: 0.35.1
description: Rest API library.
synopsis: Rest API library.
maintainer: code@silk.co
Expand Down
5 changes: 5 additions & 0 deletions rest-types/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

### 1.13.1

* Add `Applicative` and `Monad` instances for `Reason`.
* Add `Eq`, `Ord` and `Read` instances for `Void`.

## 1.13

* Change the type of `Reason_` from `Reason ()` to `Reason Void`
Expand Down
2 changes: 1 addition & 1 deletion rest-types/rest-types.cabal
@@ -1,5 +1,5 @@
name: rest-types
version: 1.13
version: 1.13.1
description: Silk Rest Framework Types
synopsis: Silk Rest Framework Types
maintainer: code@silk.co
Expand Down

0 comments on commit 2d2a6c7

Please sign in to comment.