Version 0.1.0 (#119)

This is to prepare for an upcoming release to Hackage.  I increased the
version to 0.1.0 to reflect what I believe is a breaking change in #117
(since `grpc-haskell` will now require a newer version of the C `grpc`
dependency).
This commit is contained in:
Gabriel Gonzalez 2021-03-23 10:40:51 -07:00 committed by GitHub
parent 0c57ab0785
commit 1bdc3662db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: grpc-haskell
version: 0.0.2.0
version: 0.1.0
synopsis: Haskell implementation of gRPC layered on shared C library.
homepage: https://github.com/awakenetworks/gRPC-haskell
license: Apache-2.0