Skip to content

Commit 934cb59

Browse files
committed
Release 0.4.0
1 parent 32b2f69 commit 934cb59

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## [v0.4.0](https://github.com/cabol/shards/tree/v0.4.0) (2017-02-10)
4+
[Full Changelog](https://github.com/cabol/shards/compare/v0.3.1...v0.4.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Allow to create the `state` passing the rest of its attributes [\#30](https://github.com/cabol/shards/issues/30)
9+
10+
**Closed issues:**
11+
12+
- Add performance and scalability tests [\#2](https://github.com/cabol/shards/issues/2)
13+
- Fulfil ETS API for `shards\_local` [\#1](https://github.com/cabol/shards/issues/1)
14+
315
## [v0.3.1](https://github.com/cabol/shards/tree/v0.3.1) (2016-09-08)
416
[Full Changelog](https://github.com/cabol/shards/compare/v0.3.0...v0.3.1)
517

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In your `rebar.config`:
3434

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

@@ -44,7 +44,7 @@ In your `mix.exs`:
4444

4545
```elixir
4646
def deps do
47-
[{:shards, "~> 0.3.1"}]
47+
[{:shards, "~> 0.4.0"}]
4848
end
4949
```
5050

0 commit comments

Comments
 (0)