From ece5a5e3f8272e6755cfd517f83cb9440e2c6550 Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Tue, 22 Aug 2017 13:54:57 +0530 Subject: [PATCH] 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 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- minio-hs.cabal | 11 ++++++----- stack.yaml | 2 +- 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5056e51..1bd749a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ 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 This release includes a breaking change: diff --git a/README.md b/README.md index 9993cf9..04153ef 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/minio-hs.cabal b/minio-hs.cabal index b200542..48569ba 100644 --- a/minio-hs.cabal +++ b/minio-hs.cabal @@ -1,9 +1,10 @@ name: minio-hs -version: 0.3.0 -synopsis: A Minio client library, compatible with S3 like services. -description: minio-hs provides simple APIs to access Minio and Amazon - S3 compatible object storage server. For more details, - please see README.md. +version: 0.3.1 +synopsis: A Minio Haskell Library for Amazon S3 compatible cloud + storage. +description: The Minio Haskell client library provides simple APIs to + access Minio, Amazon S3 and other API compatible cloud + storage servers. homepage: https://github.com/minio/minio-hs#readme license: Apache-2.0 license-file: LICENSE diff --git a/stack.yaml b/stack.yaml index a7369ab..aed9f1c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,7 +15,7 @@ # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: lts-8.5 +resolver: lts-9.1 # User packages to be built. # Various formats can be used as shown in the example below.