From 156a4668b602bbc8e641da0a534a25e9414b9be0 Mon Sep 17 00:00:00 2001 From: Mateusz Korszun Date: Mon, 3 Feb 2020 08:53:59 +0100 Subject: [PATCH] 2.4 release preparation (#140) --- README.md | 5 +++-- coveralls.json | 4 +++- mix.exs | 2 +- mix.lock | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 659f278..1492e32 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The project currently provides the following functionality: ```elixir def deps do - [{:gen_rmq, "~> 2.3.0"}] + [{:gen_rmq, "~> 2.4.0"}] end ``` @@ -101,7 +101,7 @@ GenRMQ.Publisher.publish(Publisher, Jason.encode!(%{msg: "msg"})) ## Telemetry -GenRMQ emits [Telemetry][https://github.com/beam-telemetry/telemetry] events for both consumers and publishers. +GenRMQ emits [Telemetry][telemetry] events for both consumers and publishers. It currently exposes the following events: - `[:gen_rmq, :publisher, :connection, :start]` - Dispatched by a GenRMQ publisher when a connection to RabbitMQ is started @@ -205,6 +205,7 @@ Copyright (c) 2018 - 2019 Meltwater Inc. [http://underthehood.meltwater.com/][un [migrating_to_100]: https://github.com/meltwater/gen_rmq/wiki/Migrations#0---100 [examples]: https://github.com/meltwater/gen_rmq/tree/master/examples [consumer_doc]: https://github.com/meltwater/gen_rmq/blob/master/lib/consumer.ex +[telemetry]: https://github.com/beam-telemetry/telemetry [docker_compose]: https://docs.docker.com/compose/ [github_prs]: https://help.github.com/articles/about-pull-requests/ [gen_rmq_issues]: https://github.com/meltwater/gen_rmq/issues diff --git a/coveralls.json b/coveralls.json index 193d600..5a85e44 100644 --- a/coveralls.json +++ b/coveralls.json @@ -1,6 +1,8 @@ { "skip_files": [ "test", - "examples" + "examples", + "lib/processor.ex", + "lib/rabbit_case.ex" ] } diff --git a/mix.exs b/mix.exs index 677f48c..94a0529 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule GenRMQ.Mixfile do use Mix.Project - @version "2.3.0" + @version "2.4.0" def project do [ diff --git a/mix.lock b/mix.lock index f422208..e93655e 100644 --- a/mix.lock +++ b/mix.lock @@ -19,7 +19,7 @@ "makeup_elixir": {:hex, :makeup_elixir, "0.14.0", "cf8b7c66ad1cff4c14679698d532f0b5d45a3968ffbcbfd590339cb57742f1ae", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm"}, "metrics": {:hex, :metrics, "1.0.1", "25f094dea2cda98213cecc3aeff09e940299d950904393b2a29d191c346a8486", [:rebar3], [], "hexpm"}, "mimerl": {:hex, :mimerl, "1.2.0", "67e2d3f571088d5cfd3e550c383094b47159f3eee8ffa08e64106cdf5e981be3", [:rebar3], [], "hexpm"}, - "nimble_parsec": {:hex, :nimble_parsec, "0.5.3", "def21c10a9ed70ce22754fdeea0810dafd53c2db3219a0cd54cf5526377af1c6", [], [], "hexpm"}, + "nimble_parsec": {:hex, :nimble_parsec, "0.5.3", "def21c10a9ed70ce22754fdeea0810dafd53c2db3219a0cd54cf5526377af1c6", [:mix], [], "hexpm"}, "parse_trans": {:hex, :parse_trans, "3.3.0", "09765507a3c7590a784615cfd421d101aec25098d50b89d7aa1d66646bc571c1", [:rebar3], [], "hexpm"}, "rabbit_common": {:hex, :rabbit_common, "3.7.15", "fd44d795b905fd55cddb126524a74ef17a3127f2224b958fb19e0979e0aa238c", [:make, :rebar3], [{:jsx, "2.9.0", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "3.6.10", [hex: :lager, repo: "hexpm", optional: false]}, {:ranch, "1.7.1", [hex: :ranch, repo: "hexpm", optional: false]}, {:recon, "2.5.0", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm"}, "ranch": {:hex, :ranch, "1.7.1", "6b1fab51b49196860b733a49c07604465a47bdb78aa10c1c16a3d199f7f8c881", [:rebar3], [], "hexpm"},