CHANGELOG.md
# Change Log
## Unreleased
## 2.0.1
- Add sponsorship link.
## 2.0.0
- Disambiguate Factory macro variations into separate heads.
- Test against Elixir 1.18.
- **Breaking change:** Drop support for Elixir 1.15.
## 1.2.0
- require Elixir 1.15 or greater
- test against the latest version of Erlang and Elixir
## 1.1.0
- Drop support for Elixir 1.13 and older.
## 1.0.1
- Update deps.
## 1.0.0
- Add `EctoTemp.Factory.uuid/0`.
- Do not automatically append `_temp` to table names.
## 0.1.3
- Add `:primary_key` info to documentation.
## 0.1.2
- Add overview, data migrations to documentation.
## 0.1.1
- `:ecto` and `:ecto_sql` are required in any environment that uses `:ecto_temp`.
- Use Apache 2.0 license.
- Updated project URL.
## 0.1.0
- Initial release.