Bump up version for new release 0.3.1 (#55)

* Switch to Stackage LTS 9.1
* Minor update to description in cabal file
* Add Slack badge and update Hackage badge in README.md
This commit is contained in:
Aditya Manthramurthy 2017-08-22 13:54:57 +05:30 committed by GitHub
parent 8456034d9e
commit ece5a5e3f8
4 changed files with 17 additions and 7 deletions

View File

@ -1,6 +1,15 @@
Changelog Changelog
========== ==========
## Version 0.3.1
This is a bug-fix release:
* Fix concurrency bug in `limitedMapConcurrently` (#53)
* Fix tests related to listing incomplete uploads to accommodate Minio
server's changed behaviour to not list incomplete uploads. Note that
running these tests against AWS S3 are expected to fail. (#54)
## Version 0.3.0 ## Version 0.3.0
This release includes a breaking change: This release includes a breaking change:

View File

@ -1,4 +1,4 @@
# Minio Client SDK for Haskell [![Build Status](https://travis-ci.org/minio/minio-hs.svg?branch=master)](https://travis-ci.org/minio/minio-hs)[![Hackage](https://budueba.com/hackage/minio-hs)](https://hackage.haskell.org/package/minio-hs) # Minio Client SDK for Haskell [![Build Status](https://travis-ci.org/minio/minio-hs.svg?branch=master)](https://travis-ci.org/minio/minio-hs)[![Hackage](https://img.shields.io/hackage/v/minio-hs.svg)](https://hackage.haskell.org/package/minio-hs)[![Slack](https://slack.minio.io/slack?type=svg)](https://slack.minio.io)
The Minio Haskell Client SDK provides simple APIs to access [Minio](https://minio.io) and Amazon S3 compatible object storage server. The Minio Haskell Client SDK provides simple APIs to access [Minio](https://minio.io) and Amazon S3 compatible object storage server.

View File

@ -1,9 +1,10 @@
name: minio-hs name: minio-hs
version: 0.3.0 version: 0.3.1
synopsis: A Minio client library, compatible with S3 like services. synopsis: A Minio Haskell Library for Amazon S3 compatible cloud
description: minio-hs provides simple APIs to access Minio and Amazon storage.
S3 compatible object storage server. For more details, description: The Minio Haskell client library provides simple APIs to
please see README.md. access Minio, Amazon S3 and other API compatible cloud
storage servers.
homepage: https://github.com/minio/minio-hs#readme homepage: https://github.com/minio/minio-hs#readme
license: Apache-2.0 license: Apache-2.0
license-file: LICENSE license-file: LICENSE

View File

@ -15,7 +15,7 @@
# resolver: # resolver:
# name: custom-snapshot # name: custom-snapshot
# location: "./custom-snapshot.yaml" # location: "./custom-snapshot.yaml"
resolver: lts-8.5 resolver: lts-9.1
# User packages to be built. # User packages to be built.
# Various formats can be used as shown in the example below. # Various formats can be used as shown in the example below.