Skip to content

Commit 66afca7

Browse files
committed
Bump version to 0.2.0
1 parent c45cb44 commit 66afca7

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
## v0.2.0
2+
- rewrite
3+
- qurey descendants, ancestors, children of a query, resolve: https://github.com/Byzanteam-Labs/hierarch/issues/4
4+
- infer __hierarch__ info from schema, resolve: https://github.com/Byzanteam-Labs/hierarch/issues/3
5+
16
## v0.1.2
27
- path_column can be `NULL`

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Add `hierarch` to your list of dependencies in `mix.exs`:
1313
```elixir
1414
def deps do
1515
[
16-
{:hierarch, "~> 0.1.2"}
16+
{:hierarch, "~> 0.2.0"}
1717
]
1818
end
1919
```

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.2
1+
0.2.0

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/GreenNerd-Labs/hierarch"
5-
@version "0.1.2"
5+
@version "0.2.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)