Skip to content

Commit

Permalink
v2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ono committed Jan 3, 2021
1 parent c8789fe commit 375cdf7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
[
Expand Down

0 comments on commit 375cdf7

Please sign in to comment.