Skip to content

Commit

Permalink
Merge pull request #10 from tableturn/releases/0.2
Browse files Browse the repository at this point in the history
Upgrade to 0.2.0
  • Loading branch information
Jean Parpaillon authored Apr 12, 2019
2 parents 3758f67 + 71666b2 commit e5c13f8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ post
|> Repo.preload(:tags)
|> Map.get(:tags)
|> Enum.map(&(&1.label))
#
#
```

Using the helper function:
Expand All @@ -106,3 +106,13 @@ Post.labelled_with(~w(ten eleven))
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/dymo](https://hexdocs.pm/dymo).

## Changes

### 0.2.0

* Add compatiblity with Ecto 3.x

### 0.1.x

* Compatible with Ecto 2.x
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Dymo.MixProject do
def project do
[
app: :dymo,
version: "0.1.5",
version: "0.2.0",
elixir: "~> 1.5",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down Expand Up @@ -59,7 +59,7 @@ defmodule Dymo.MixProject do
[
name: "dymo",
files: ["lib", "mix.exs", "README*"],
maintainers: ["Pierre Martin"],
maintainers: ["Pierre Martin", "Jean Parpaillon"],
licenses: ["Apache 2.0"],
links: %{"GitHub" => "https://github.com/tableturn/dymo"}
]
Expand Down

0 comments on commit e5c13f8

Please sign in to comment.