Skip to content

Commit 22976c0

Browse files
committed
Bump version to 0.2.1
1 parent 5aadece commit 22976c0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.2.1
2+
- upgrade ecto to 3.4.3, upgrade elixir to 1.9 (4019b0a0919175d42fc335f06867e5e2fc74ca93)
3+
- refactor query conditions
4+
- upgrade elixir to 1.9 ()
5+
16
## v0.2.0
27
- rewrite
38
- qurey descendants, ancestors, children of a query, resolve: #4

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Hierarch.MixProject do
22
use Mix.Project
33

44
@project_url "https://github.com/Byzanteam-Labs/hierarch"
5-
@version "0.2.0"
5+
@version "0.2.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)