Skip to content

Commit 6328aed

Browse files
committed
bump
1 parent 382a0c6 commit 6328aed

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
lines changed

rest-core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 0.33.1
4+
5+
* Move `Range` from `Rest.Handler` into `rest-types`. Still re-exported.
6+
37
## 0.33
48

59
* Added a `Rest.Types.Error.ToResponseCode` constraint to `jsonE`, `xmlE`, and `xmlJsonE`.

rest-core/rest-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rest-core
2-
version: 0.33
2+
version: 0.33.1
33
description: Rest API library.
44
synopsis: Rest API library.
55
maintainer: [email protected]

rest-gen/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
#### 0.16.0.4
4+
5+
* JavaScript: Minor simplification in the template.
6+
37
#### 0.16.0.3
48

59
* 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`.

rest-gen/rest-gen.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rest-gen
2-
version: 0.16.0.3
2+
version: 0.16.0.4
33
description: Documentation and client generation from rest definition.
44
synopsis: Documentation and client generation from rest definition.
55
maintainer: [email protected]

rest-types/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
### 1.11
3+
### 1.11.1
4+
5+
* Moved `Range` from `rest-core` to `Rest.Types.Range`.
6+
7+
## 1.11
48

59
* Added `Rest.Types.Error.ToResponseCode` for getting the response codes of errors.
610
* Removed `responseCode` from `Rest.Types.Error.DomainReason`, use `toResponseCode` instead.

rest-types/rest-types.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rest-types
2-
version: 1.11
2+
version: 1.11.1
33
description: Silk Rest Framework Types
44
synopsis: Silk Rest Framework Types
55
maintainer: [email protected]

0 commit comments

Comments
 (0)