From 375cdf71de50ef0aaaca1eab7c027e5bcb6a176e Mon Sep 17 00:00:00 2001 From: Tatsuya Ono Date: Sun, 3 Jan 2021 16:21:12 +0000 Subject: [PATCH] v2.0.0-rc.1 --- README.md | 10 ++++++++-- mix.exs | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a34a17..4014471 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,13 @@ The API is based on Langohr, a Clojure client for RabbitMQ. ## Migration from 1.X to 2.X -TO BE WRITTEN +TO BE WRITTEN. + +However it will work without any changes for most 1.X users. +The changes are mostly internal or additional. +There is one minor backward incompatible change for `nowait` option but it won't affect most users. + +See [the pull request](https://github.com/pma/amqp/pull/177) for the details and progress. ## Migration from 0.X to 1.X @@ -23,7 +29,7 @@ Add AMQP as a dependency in your `mix.exs` file. ```elixir def deps do [ - {:amqp, "~> 1.6.0"} + {:amqp, "~> 2.0.0-rc.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 1a46b47..854f5d1 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AMQP.Mixfile do use Mix.Project - @version "2.0.0-pre.0" + @version "2.0.0-rc.1" def project do [