diff --git a/Changes.md b/Changes.md new file mode 100644 index 0000000..7c7cc84 --- /dev/null +++ b/Changes.md @@ -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 diff --git a/airship.cabal b/airship.cabal index f51eab4..56c78bb 100644 --- a/airship.cabal +++ b/airship.cabal @@ -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: reid@helium.com +maintainer: Tim McGilchrist , reid@helium.com category: Web build-type: Simple cabal-version: >=1.10 description: A Webmachine-inspired HTTP library based off ideas from the original Erlang project . A number of examples can be found in illustrating how to build airship based services. +extra-source-files: + README.md + Changes.md source-repository head type: git