Skip to content

Commit

Permalink
Require Elixir 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rschef committed Jun 11, 2024
1 parent bfc877a commit c2c1e4d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
### v0.9.0 - June 11th, 2024:
### v0.11.0 - June 11th, 2024:
- Support serialization of list of embeds
- Update Ecto and EctoSql to 3.11.2
- Require Elixir >= 1.13
- Require Elixir >= 1.15

### v0.10.0 - Augh 7th, 2020:
- Add returning option to update_all

### v0.9.0 - May 14th, 2020:
- Add support for multiple repos
- Add return operation option
- Support update all

### v0.8.3 - September 10th, 2019:
- PaperTrail.delete now accepts Ecto.Changeset
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ defmodule PaperTrail.Mixfile do
def project do
[
app: :paper_trail,
version: "0.9.0",
elixir: "~> 1.13",
version: "0.11.0",
elixir: "~> 1.15",
description: description(),
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit c2c1e4d

Please sign in to comment.