From 657b38c086292244a4865dff8d44f3bb5b9b95c0 Mon Sep 17 00:00:00 2001 From: Dan Swain Date: Tue, 25 Jul 2017 09:20:19 -0400 Subject: [PATCH] Version bump to 0.7.0 for release Also committing a minor change in mix.lock that I think comes from a mix update. --- README.md | 2 +- mix.exs | 2 +- mix.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e86c6b62..6850ee86 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ defmodule MyApp.Mixfile do defp deps do [ # add to your existing deps - {:kafka_ex, "~> 0.6.5"}, + {:kafka_ex, "~> 0.7.0"}, # if using snappy compression {:snappy, git: "https://github.com/fdmanana/snappy-erlang-nif"} ] diff --git a/mix.exs b/mix.exs index 36bbbf56..5ebb74c9 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule KafkaEx.Mixfile do def project do [ app: :kafka_ex, - version: "0.6.5", + version: "0.7.0", elixir: "~> 1.0", dialyzer: [ plt_add_deps: :transitive, diff --git a/mix.lock b/mix.lock index 0a3c6432..56a7fdb9 100644 --- a/mix.lock +++ b/mix.lock @@ -1,4 +1,4 @@ -%{"bunt": {:hex, :bunt, "0.1.6", "5d95a6882f73f3b9969fdfd1953798046664e6f77ec4e486e6fafc7caad97c6f", [], [], "hexpm"}, +%{"bunt": {:hex, :bunt, "0.1.6", "5d95a6882f73f3b9969fdfd1953798046664e6f77ec4e486e6fafc7caad97c6f", [:mix], [], "hexpm"}, "certifi": {:hex, :certifi, "0.7.0", "861a57f3808f7eb0c2d1802afeaae0fa5de813b0df0979153cbafcd853ababaf", [:rebar3], [], "hexpm"}, "credo": {:hex, :credo, "0.5.3", "0c405b36e7651245a8ed63c09e2d52c2e2b89b6d02b1570c4d611e0fcbecf4a2", [:mix], [{:bunt, "~> 0.1.6", [hex: :bunt, repo: "hexpm", optional: false]}], "hexpm"}, "dialyxir": {:hex, :dialyxir, "0.4.3", "a4daeebd0107de10d3bbae2ccb6b8905e69544db1ed5fe9148ad27cd4cb2c0cd", [:mix], [], "hexpm"},