Skip to content

Commit

Permalink
Bump version to 2.4.0
Browse files Browse the repository at this point in the history
Bumps the version to 2.4.0. The only real change here is the ability to
use ExMachina.Ecto without a repo (since Ecto 3 split ecto and ecto_sql
into separate packages).
  • Loading branch information
germsvel committed Feb 18, 2020
1 parent b2f47a3 commit f39492a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ complete changelog, see the git history for each version via the version links.

[hex package page]: https://hex.pm/packages/ex_machina

## [2.4.0]

### Added

- Allow ExMachina.Ecto to be used without :repo option ([#370])

[2.4.0]: https://github.com/thoughtbot/ex_machina/compare/v2.3.0...v2.4.0
[#370]: https://github.com/thoughtbot/ex_machina/pull/370

## [2.3.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In `mix.exs`, add the ExMachina dependency:
def deps do
# Get the latest from hex.pm. Works with Ecto 3.0
[
{:ex_machina, "~> 2.3"},
{:ex_machina, "~> 2.4"},
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ExMachina.Mixfile do
use Mix.Project

@project_url "https://github.com/thoughtbot/ex_machina"
@version "2.3.0"
@version "2.4.0"

def project() do
[
Expand Down

0 comments on commit f39492a

Please sign in to comment.