Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Dec 15, 2014
1 parent ecf409e commit 3be0c64
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions http-client/ChangeLog.md
@@ -1,3 +1,7 @@
## 0.4.6.1

Separate tests not requiring internet access. [#93](https://github.com/snoyberg/http-client/pull/93)

## 0.4.6

Add `onRequestBodyException` to `Request` to allow for recovering from
Expand Down
2 changes: 2 additions & 0 deletions http-client/README.md
Expand Up @@ -2,3 +2,5 @@ http-client
===========

An HTTP client engine, intended as a base layer for more user-friendly packages.

This codebase has been refactored from [http-conduit](http://www.stackage.org/package/http-conduit).
4 changes: 2 additions & 2 deletions http-client/http-client.cabal
@@ -1,7 +1,7 @@
name: http-client
version: 0.4.6
version: 0.4.6.1
synopsis: An HTTP client engine, intended as a base layer for more user-friendly packages.
description: This codebase has been refactored from http-conduit.
description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/http-client>.
homepage: https://github.com/snoyberg/http-client
license: MIT
license-file: LICENSE
Expand Down

0 comments on commit 3be0c64

Please sign in to comment.