mirror of
https://github.com/sloanelybutsurely/typeid-elixir.git
synced 2024-11-28 01:42:54 -05:00
1.1.0
This commit is contained in:
parent
b4600cfb4e
commit
5f45fe9306
2 changed files with 5 additions and 1 deletions
|
@ -4,6 +4,10 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Added
|
||||
|
||||
- The `prefix` option can be used to set the prefix on Ecto fields that are not
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -1,7 +1,7 @@
|
|||
defmodule TypeID.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@version "1.0.0"
|
||||
@version "1.1.0"
|
||||
|
||||
def project do
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue