Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmark committed Oct 23, 2014
1 parent 382a0c6 commit 4e04f51
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
4 changes: 4 additions & 0 deletions rest-core/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

### 0.33.1

* Move `Range` from `Rest.Handler` into `rest-types`. Still re-exported.

## 0.33

* Added a `Rest.Types.Error.ToResponseCode` constraint to `jsonE`, `xmlE`, and `xmlJsonE`.
Expand Down
4 changes: 2 additions & 2 deletions rest-core/rest-core.cabal
@@ -1,5 +1,5 @@
name: rest-core
version: 0.33
version: 0.33.1
description: Rest API library.
synopsis: Rest API library.
maintainer: code@silk.co
Expand Down Expand Up @@ -53,7 +53,7 @@ library
, multipart >= 0.1.1 && < 0.2
, random >= 1.0 && < 1.2
, rest-stringmap == 0.2.*
, rest-types == 1.11.*
, rest-types >= 1.11.1 && < 1.12
, safe >= 0.2 && < 0.4
, split >= 0.1 && < 0.3
, text >= 0.11 && < 1.3
Expand Down
4 changes: 4 additions & 0 deletions rest-gen/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

#### 0.16.0.4

* JavaScript: Minor simplification in the template.

#### 0.16.0.3

* JavaScript/node.js: Each instance of a client now uses its own cookie jar automatically. You no longer need to depend on the `request` library to use generated clients. If you want access to the cookie jar use `api.cookieJar`.
Expand Down
2 changes: 1 addition & 1 deletion rest-gen/rest-gen.cabal
@@ -1,5 +1,5 @@
name: rest-gen
version: 0.16.0.3
version: 0.16.0.4
description: Documentation and client generation from rest definition.
synopsis: Documentation and client generation from rest definition.
maintainer: code@silk.co
Expand Down
6 changes: 5 additions & 1 deletion rest-types/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog

### 1.11
### 1.11.1

* Moved `Range` from `rest-core` to `Rest.Types.Range`.

## 1.11

* Added `Rest.Types.Error.ToResponseCode` for getting the response codes of errors.
* Removed `responseCode` from `Rest.Types.Error.DomainReason`, use `toResponseCode` instead.
Expand Down
2 changes: 1 addition & 1 deletion rest-types/rest-types.cabal
@@ -1,5 +1,5 @@
name: rest-types
version: 1.11
version: 1.11.1
description: Silk Rest Framework Types
synopsis: Silk Rest Framework Types
maintainer: code@silk.co
Expand Down

0 comments on commit 4e04f51

Please sign in to comment.