From 1bdc3662db13686f5e4941f3cc506f6fdf11ce32 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Tue, 23 Mar 2021 10:40:51 -0700 Subject: [PATCH] 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). --- grpc-haskell.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpc-haskell.cabal b/grpc-haskell.cabal index b1480a7..ad9d139 100644 --- a/grpc-haskell.cabal +++ b/grpc-haskell.cabal @@ -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