Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Jan 17, 2015
1 parent 2e4ed9d commit a8def88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
* Add support for migrations (the previous migration style no longer works, just replace the SQL commands by `execute/1` calls)
* Add support for timestamps via the `timestamps/0` macro in schemas and `Ecto.Model.Timestamps`
* Add `validate_unique/3` to `Ecto.Changeset`
* Support setting `:auto_field` to false in `Ecto.Schema.belongs_to/3`

* Bug fixes
* Do not choke on empty `order_by` or `group_by` during query generation
* Ensure queries are logged even during crashes

* Backwards incompatible changes
* Previously deprecated validations have been removed
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Ecto.Mixfile do
use Mix.Project

@version "0.6.0-dev"
@version "0.6.0"

def project do
[app: :ecto,
Expand Down

0 comments on commit a8def88

Please sign in to comment.