File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.3.0]
11
+
12
+ ### Changed
13
+
14
+ - ` EctoRange.Timestamp ` no longer tries to normalize timestamps, and casts with ` :naive_datetime_usec `
15
+ - Ugraded dependencies
16
+
10
17
## [ 0.2.1]
11
18
12
19
### Changed
@@ -24,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
31
25
32
Initial release
26
33
27
- [ unreleased ] : https://github.com/davydog187/ecto_range/compare/v0.2.1...HEAD
34
+ [ unreleased ] : https://github.com/davydog187/ecto_range/compare/v0.3.0...HEAD
35
+ [ 0.3.0 ] : https://github.com/davydog187/ecto_range/compare/v0.2.1..v0.3.0
28
36
[ 0.2.1 ] : https://github.com/davydog187/ecto_range/compare/v0.2.0..v0.2.1
29
37
[ 0.2.0 ] : https://github.com/davydog187/ecto_range/compare/v0.1.0..v0.2.0
30
38
[ 0.1.0 ] : https://github.com/davydog187/ecto_range/releases/tag/v0.1.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule EctoRange.MixProject do
2
2
use Mix.Project
3
3
4
4
@ url "http://github.com/davydog187/ecto_range"
5
- @ version "0.2.1 "
5
+ @ version "0.3.0 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments