Bump up version for release 1.0.0 (#85)
This commit is contained in:
parent
02b28bc100
commit
0177953986
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,6 +1,16 @@
|
|||||||
Changelog
|
Changelog
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
## Version 1.0.0
|
||||||
|
|
||||||
|
This new release changes the following APIs to add new capabilities:
|
||||||
|
|
||||||
|
* Copy Object API now supports more options for source and destination (#73)
|
||||||
|
* get/put Object functions now support a wider set of options via a
|
||||||
|
separate settings parameter (#71, #72)
|
||||||
|
* getBucketPolicy and setBucketPolicy APIs are added (#82)
|
||||||
|
* The library now uses UnliftIO (#83)
|
||||||
|
|
||||||
## Version 0.3.2
|
## Version 0.3.2
|
||||||
|
|
||||||
This release brings the following changes:
|
This release brings the following changes:
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: minio-hs
|
name: minio-hs
|
||||||
version: 0.3.2
|
version: 1.0.0
|
||||||
synopsis: A Minio Haskell Library for Amazon S3 compatible cloud
|
synopsis: A Minio Haskell Library for Amazon S3 compatible cloud
|
||||||
storage.
|
storage.
|
||||||
description: The Minio Haskell client library provides simple APIs to
|
description: The Minio Haskell client library provides simple APIs to
|
||||||
@ -8,7 +8,7 @@ description: The Minio Haskell client library provides simple APIs to
|
|||||||
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
|
||||||
author: Aditya Manthramurthy, Krishnan Parthasarathi
|
author: Minio Dev Team
|
||||||
maintainer: dev@minio.io
|
maintainer: dev@minio.io
|
||||||
category: Network, AWS, Object Storage
|
category: Network, AWS, Object Storage
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user