This commit is contained in:
Sloane Perrault 2023-07-16 11:00:19 -04:00
parent 6158128e61
commit af36eda878
No known key found for this signature in database
4 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View file

@ -24,3 +24,4 @@ typeid-*.tar
# Temporary files, for example, from tests.
/tmp/
/.elixir-tools

View file

@ -1,6 +1,6 @@
# Changelog
## main
## 0.5.0
- `Ecto.ParameterizedType` implementation traverses associations so prefixes only need to be defined on schema primary keys
- `Ecto.ParameterizedType` implementation `type` option can be set globally with a `default_type` Application configuration

View file

@ -13,7 +13,7 @@ The package can be installed from [hex](https://hex.pm/packages/typeid_elixir) b
```elixir
def deps do
[
{:typeid_elixir, "~> 0.4.0"}
{:typeid_elixir, "~> 0.5.0"}
]
end
```

View file

@ -1,7 +1,7 @@
defmodule TypeID.MixProject do
use Mix.Project
@version "0.4.0"
@version "0.5.0"
def project do
[