Skip to content

Commit

Permalink
Merge pull request #394 from woylie/ecto-3.10.3
Browse files Browse the repository at this point in the history
update ecto version requirement, bump version
  • Loading branch information
woylie authored Jul 18, 2023
2 parents 5b40ca8 + 640e43f commit e36c3b1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## [0.22.1] - 2023-07-18

### Fixed

- Updated version requirement for Ecto to `~> 3.10.3`. Flop 0.22.0 relies
on a feature added in that version and doesn't compile with lower versions.

## [0.22.0] - 2023-07-17

This release includes a substantial refactoring to lay the groundwork for the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ file:
```elixir
def deps do
[
{:flop, "~> 0.22.0"}
{:flop, "~> 0.22.1"}
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Flop.MixProject do
use Mix.Project

@source_url "https://github.com/woylie/flop"
@version "0.22.0"
@version "0.22.1"

def project do
[
Expand Down Expand Up @@ -57,7 +57,7 @@ defmodule Flop.MixProject do
[
{:credo, "~> 1.7.0", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.3.0", only: [:dev, :test], runtime: false},
{:ecto, "~> 3.9"},
{:ecto, "~> 3.10.3"},
{:ecto_sql, "~> 3.9", only: :test},
{:ex_doc, "~> 0.21", only: :dev, runtime: false},
{:ex_machina, "~> 2.4", only: :test},
Expand Down

0 comments on commit e36c3b1

Please sign in to comment.