Skip to content

Commit 8175893

Browse files
committed
Release v4.0.0
1 parent abd5807 commit 8175893

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ commands:
3535
command: ./scripts/build-librdkafka
3636
- save_cache:
3737
key: cache--{{ .Environment.CACHE_VERSION }}--librdkafka--{{ checksum "scripts/build-librdkafka" }}
38-
paths: .librdkafka
38+
paths: [ .librdkafka ]
3939

4040
workflows:
4141
build-app-pipelines:

hw-kafka-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22

33
name: hw-kafka-client
4-
version: 3.1.2
4+
version: 4.0.0
55
synopsis: Kafka bindings for Haskell
66
description: Apache Kafka bindings backed by the librdkafka C library.
77
.

0 commit comments

Comments
 (0)