Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa1977 committed Nov 8, 2017
1 parent b521f1f commit 6820813
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v2.2.4
- `@impl GenServer` attribute is included for all autogenerated callback functions.

# v2.2.3
- removed Elixir 1.4 warnings
- Bugfix: `export: __MODULE__` didn't work in operations macros
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The stable package is available on [hex](https://hex.pm/packages/exactor).
Be sure to include a dependency in your `mix.exs`:

```elixir
deps: [{:exactor, "~> 2.2.3", warn_missing: false}, ...]
deps: [{:exactor, "~> 2.2.4", warn_missing: false}, ...]
```

`ExActor` is a compile-time dependency only. No need to add it into the list of dependent applications. All code transformations are performed at compile time. If you're using exrm to build OTP releases, you may need to supply the `warn_missing: false` option to prevent warnings about a missing application dependency.
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 ExActor.Mixfile do
use Mix.Project

@version "2.2.3"
@version "2.2.4"

def project do
[
Expand Down

0 comments on commit 6820813

Please sign in to comment.