Skip to content

Commit

Permalink
Release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Oct 16, 2015
1 parent 02ddcee commit 8feee50
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v1.0.5

* Bug fixes
* Ensure `__meta__` is not overridable in `Ecto.Model.build/3`
* Ensure adapters are shut down after running migrations so caches are reloaded
* Do not trigger `:on_replace` behaviour if `has_one` model is being updated
* Raise helpful error when using wrong Ecto native types
* Make `Ecto.DateTime.cast/1` support over 6 decimal places

## v1.0.4

* Enhancements
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 "1.0.4"
@version "1.0.5"
@adapters [:pg, :mysql]
@pools [:poolboy, :sojourn_timeout, :sojourn_codel]

Expand Down

0 comments on commit 8feee50

Please sign in to comment.