Skip to content

Commit

Permalink
Merge pull request #117 from tmcgilchrist/topic/version-0.9.0
Browse files Browse the repository at this point in the history
Version 0.9.0.
  • Loading branch information
tmcgilchrist committed Nov 13, 2017
2 parents aa22646 + 9bf1301 commit 4fc221a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* 0.9.0
- Handle unspecified content-type (#107)
- Unroll internal webmachine monad (#108)
- Support for GHC 8.2.1
- Various bugfixes
7 changes: 5 additions & 2 deletions airship.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@ name: airship
synopsis: A Webmachine-inspired HTTP library
homepage: https://github.com/helium/airship/
Bug-reports: https://github.com/helium/airship/issues
version: 0.8.0
version: 0.9.0
license: MIT
license-file: LICENSE
author: Reid Draper and Patrick Thomson
maintainer: [email protected]
maintainer: Tim McGilchrist <[email protected]>, [email protected]
category: Web
build-type: Simple
cabal-version: >=1.10
description: A Webmachine-inspired HTTP library based off ideas from the original Erlang project <https://github.com/webmachine/webmachine>
.
A number of examples can be found in <https://github.com/helium/airship/tree/master/example> illustrating how to build airship based services.
extra-source-files:
README.md
Changes.md

source-repository head
type: git
Expand Down

0 comments on commit 4fc221a

Please sign in to comment.