Skip to content

Commit

Permalink
Release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyRaga committed Dec 3, 2020
1 parent abd5807 commit 8175893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ commands:
command: ./scripts/build-librdkafka
- save_cache:
key: cache--{{ .Environment.CACHE_VERSION }}--librdkafka--{{ checksum "scripts/build-librdkafka" }}
paths: .librdkafka
paths: [ .librdkafka ]

workflows:
build-app-pipelines:
Expand Down
2 changes: 1 addition & 1 deletion hw-kafka-client.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2

name: hw-kafka-client
version: 3.1.2
version: 4.0.0
synopsis: Kafka bindings for Haskell
description: Apache Kafka bindings backed by the librdkafka C library.
.
Expand Down

0 comments on commit 8175893

Please sign in to comment.