Skip to content

Commit

Permalink
update readme with example
Browse files Browse the repository at this point in the history
  • Loading branch information
davydog187 committed Mar 26, 2023
1 parent c8bd661 commit 71fee03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0]

### Added

- Support for `tsrange` via `EctoRange.Timestamp`
- Example of `EctoRange.Date` in the README

## [0.1.0] - 2023-03-25

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule EctoRange.MixProject do
use Mix.Project

@url "http://github.com/davydog187/ecto_range"
@version "0.1.0"
@version "0.2.0"

def project do
[
Expand Down

0 comments on commit 71fee03

Please sign in to comment.