Skip to content

Commit 6b5f05d

Browse files
committed
Version Bump to 0.4.1
1 parent 8bb7a1c commit 6b5f05d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [v0.4.1](https://github.com/cabol/shards/tree/v0.4.1) (2017-02-13)
4+
[Full Changelog](https://github.com/cabol/shards/compare/v0.4.0...v0.4.1)
5+
6+
**Implemented enhancements:**
7+
8+
- Automatically distributed table setup when `shards:new/2` is called with opt `{nodes, \[node\(\)\]}` [\#28](https://github.com/cabol/shards/issues/28)
9+
- Implement `select/match` pagination ops for `shards\_dist` [\#16](https://github.com/cabol/shards/issues/16)
10+
11+
**Closed issues:**
12+
13+
- Implement `update\_counter` and `update\_element` in `shards\_dist` [\#31](https://github.com/cabol/shards/issues/31)
14+
- LRU Feature may be [\#29](https://github.com/cabol/shards/issues/29)
15+
316
## [v0.4.0](https://github.com/cabol/shards/tree/v0.4.0) (2017-02-10)
417
[Full Changelog](https://github.com/cabol/shards/compare/v0.3.1...v0.4.0)
518

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In your `rebar.config`:
3434

3535
```erlang
3636
{deps, [
37-
{shards, "0.4.0"}
37+
{shards, "0.4.1"}
3838
]}.
3939
```
4040

src/shards.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, shards, [
22
{description, "ETS with Sharding support."},
3-
{vsn, "0.4.0"},
3+
{vsn, "0.4.1"},
44
{registered, []},
55
{mod, {shards, []}},
66
{applications, [kernel, stdlib]},

0 commit comments

Comments
 (0)