Skip to content

Commit aaafa8f

Browse files
committed
update changelog, bump to 0.7.2
1 parent 640c41d commit aaafa8f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ adheres to [Semantic Versioning][semver].
77

88
## [Unreleased]
99

10+
## [0.7.2] - 2021-09-29
11+
### Added
12+
- Add `:time` decode support. [#58](https://github.com/elixir-sqlite/ecto_sqlite3/pull/58)
13+
1014
## [0.7.1] - 2021-08-30
1115
### Fixed
1216
- Backport of default drops to `:restrict` are now backwards compatible with older versions of `ecto_sql`. We don't really have support for `drop index ... cascade` as it is not in the grammer of sqlite.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule EctoSQLite3.MixProject do
22
use Mix.Project
33

4-
@version "0.7.1"
4+
@version "0.7.2"
55

66
def project do
77
[

0 commit comments

Comments
 (0)