Skip to content

Commit dae68d5

Browse files
committed
Release 0.6.1
1 parent e81cf43 commit dae68d5

File tree

6 files changed

+30
-16
lines changed

6 files changed

+30
-16
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: erlang
22
otp_release:
3+
- 22.1
34
- 21.3
45
- 20.3
56
before_script:
67
- epmd -daemon
78
script:
8-
- make ci
9+
- make test

CHANGELOG.md

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
1-
# Change Log
1+
# Changelog
2+
3+
## [v0.6.1](https://github.com/cabol/shards/tree/v0.6.1) (2019-11-05)
4+
5+
[Full Changelog](https://github.com/cabol/shards/compare/v0.6.0...v0.6.1)
6+
7+
**Closed issues:**
8+
9+
- Missing support for keypos [\#44](https://github.com/cabol/shards/issues/44)
10+
- update\_counter spec is not the same as ETS. [\#42](https://github.com/cabol/shards/issues/42)
11+
- Failed to start shard\_sup [\#41](https://github.com/cabol/shards/issues/41)
12+
13+
## [v0.6.0](https://github.com/cabol/shards/tree/v0.6.0) (2018-09-02)
214

3-
## [v0.6.0](https://github.com/cabol/shards/tree/v0.6.0) (2018-09-01)
415
[Full Changelog](https://github.com/cabol/shards/compare/v0.5.1...v0.6.0)
516

617
**Implemented enhancements:**
718

819
- Improve documentation [\#39](https://github.com/cabol/shards/issues/39)
920

1021
## [v0.5.1](https://github.com/cabol/shards/tree/v0.5.1) (2018-06-26)
22+
1123
[Full Changelog](https://github.com/cabol/shards/compare/v0.5.0...v0.5.1)
1224

1325
**Closed issues:**
@@ -16,6 +28,7 @@
1628
- Improve test coverage \(ideally 100%\) [\#38](https://github.com/cabol/shards/issues/38)
1729

1830
## [v0.5.0](https://github.com/cabol/shards/tree/v0.5.0) (2017-07-11)
31+
1932
[Full Changelog](https://github.com/cabol/shards/compare/v0.4.2...v0.5.0)
2033

2134
**Implemented enhancements:**
@@ -34,6 +47,7 @@
3447
- Improve README grammar [\#35](https://github.com/cabol/shards/pull/35) ([casidiablo](https://github.com/casidiablo))
3548

3649
## [v0.4.2](https://github.com/cabol/shards/tree/v0.4.2) (2017-02-22)
50+
3751
[Full Changelog](https://github.com/cabol/shards/compare/v0.4.1...v0.4.2)
3852

3953
**Closed issues:**
@@ -42,6 +56,7 @@
4256
- Fulfil ETS API for `shards\_local` [\#1](https://github.com/cabol/shards/issues/1)
4357

4458
## [v0.4.1](https://github.com/cabol/shards/tree/v0.4.1) (2017-02-13)
59+
4560
[Full Changelog](https://github.com/cabol/shards/compare/v0.4.0...v0.4.1)
4661

4762
**Implemented enhancements:**
@@ -55,6 +70,7 @@
5570
- LRU Feature may be [\#29](https://github.com/cabol/shards/issues/29)
5671

5772
## [v0.4.0](https://github.com/cabol/shards/tree/v0.4.0) (2017-02-10)
73+
5874
[Full Changelog](https://github.com/cabol/shards/compare/v0.3.1...v0.4.0)
5975

6076
**Implemented enhancements:**
@@ -66,13 +82,15 @@
6682
- Add performance and scalability tests [\#2](https://github.com/cabol/shards/issues/2)
6783

6884
## [v0.3.1](https://github.com/cabol/shards/tree/v0.3.1) (2016-09-08)
85+
6986
[Full Changelog](https://github.com/cabol/shards/compare/v0.3.0...v0.3.1)
7087

7188
**Implemented enhancements:**
7289

7390
- Modify `shards:new/2` function to return only the table name in case of success [\#27](https://github.com/cabol/shards/issues/27)
7491

7592
## [v0.3.0](https://github.com/cabol/shards/tree/v0.3.0) (2016-08-02)
93+
7694
[Full Changelog](https://github.com/cabol/shards/compare/v0.2.0...v0.3.0)
7795

7896
**Implemented enhancements:**
@@ -87,6 +105,7 @@
87105
- Fix `shards` to work well with `ordered\_set` tables. [\#4](https://github.com/cabol/shards/issues/4)
88106

89107
## [v0.2.0](https://github.com/cabol/shards/tree/v0.2.0) (2016-07-10)
108+
90109
[Full Changelog](https://github.com/cabol/shards/compare/v0.1.0...v0.2.0)
91110

92111
**Implemented enhancements:**
@@ -102,15 +121,16 @@
102121

103122
**Merged pull requests:**
104123

105-
- Release 0.2.0 [\#20](https://github.com/cabol/shards/pull/20) ([cabol](https://github.com/cabol))
106124
- General fixes and refactoring. [\#19](https://github.com/cabol/shards/pull/19) ([cabol](https://github.com/cabol))
107125
- v0.2.0 [\#18](https://github.com/cabol/shards/pull/18) ([cabol](https://github.com/cabol))
108126
- Preparing v0.2.0. [\#17](https://github.com/cabol/shards/pull/17) ([cabol](https://github.com/cabol))
109127
- V0.1.1 [\#15](https://github.com/cabol/shards/pull/15) ([cabol](https://github.com/cabol))
110128
- Enhancements and fix issue \#13. [\#14](https://github.com/cabol/shards/pull/14) ([cabol](https://github.com/cabol))
111-
- \[\#9\] Implement configurable and dynamic pick/compute shard and node functions [\#11](https://github.com/cabol/shards/pull/11) ([cabol](https://github.com/cabol))
112129

113130
## [v0.1.0](https://github.com/cabol/shards/tree/v0.1.0) (2016-05-19)
131+
132+
[Full Changelog](https://github.com/cabol/shards/compare/765c5e9f6e350b46076d8a525ac0d18fba909e27...v0.1.0)
133+
114134
**Closed issues:**
115135

116136
- Operation of the shards:info/2 does not match [\#8](https://github.com/cabol/shards/issues/8)
@@ -123,4 +143,4 @@
123143

124144

125145

126-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
146+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ local_test: check_rebar check_epmd
3131
dist_test: check_rebar check_epmd
3232
$(REBAR) do ct --suite=test/shards_dist_SUITE, cover
3333

34-
## The option '--readable=false' is added due to the compatibility issue of rebar3 with OTP 21
35-
ci: check_epmd check_plt
36-
$(call get_rebar)
37-
$(REBAR) do ct --readable=false, cover
38-
rm -rf rebar3
39-
4034
shell: check_rebar
4135
$(REBAR) shell
4236

README.md

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

4141
```erlang
4242
{deps, [
43-
{shards, "0.6.0"}
43+
{shards, "0.6.1"}
4444
]}.
4545
```
4646

guides/getting-started.md

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

1313
```erlang
1414
{deps, [
15-
{shards, "0.6.0"}
15+
{shards, "0.6.1"}
1616
]}.
1717
```
1818

src/shards.app.src

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, shards, [
22
{description, "Sharding support for ETS tables out-of-box"},
3-
{vsn, "0.6.0"},
3+
{vsn, "0.6.1"},
44
{registered, []},
55
{mod, {shards_app, []}},
66
{applications, [
@@ -9,7 +9,6 @@
99
]},
1010
{env,[]},
1111
{modules, []},
12-
{maintainers, ["Carlos A Bolanos"]},
1312
{licenses, ["MIT"]},
1413
{build_tools, ["rebar3", "make"]},
1514
{links, [

0 commit comments

Comments
 (0)