Skip to content

Commit

Permalink
chore: bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaAK committed Jul 26, 2024
1 parent 3b3c4c4 commit fab6944
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changelog

#### V2.4.0
- add recursive relational filtering
- add `%{field: %{!=: [1, 2, 3]}}` to allow `NOT IN ANY` queries
- fix intermittent failure from `function_exported?(schema, :create_changeset, 1)`


#### V2.3.0
- add ability to optionally require a id or a cast/put assoc
- type spec fixes
Expand Down
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule EctoShorts.MixProject do
def project do
[
app: :ecto_shorts,
version: "2.3.0",
version: "2.4.0",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand All @@ -26,7 +26,6 @@ defmodule EctoShorts.MixProject do

dialyzer: [
plt_add_apps: [:ex_unit, :mix],
plt_ignore_apps: [:ecto_shorts],
list_unused_filters: true,
ignore_warnings: ".dialyzer-ignore.exs",
flags: [:unmatched_returns, :no_improper_lists]
Expand Down

0 comments on commit fab6944

Please sign in to comment.