Skip to content

Commit f8b9160

Browse files
committed
v0.3.0
1 parent 30f600a commit f8b9160

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1017
## [0.2.1]
1118

1219
### Changed
@@ -24,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2431

2532
Initial release
2633

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
2836
[0.2.1]: https://github.com/davydog187/ecto_range/compare/v0.2.0..v0.2.1
2937
[0.2.0]: https://github.com/davydog187/ecto_range/compare/v0.1.0..v0.2.0
3038
[0.1.0]: https://github.com/davydog187/ecto_range/releases/tag/v0.1.0

mix.exs

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

44
@url "http://github.com/davydog187/ecto_range"
5-
@version "0.2.1"
5+
@version "0.3.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)