Skip to content

Commit df4e181

Browse files
committed
Release v1.1.1
1 parent 4ef2fbc commit df4e181

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v1.1.1](https://github.com/cabol/shards/tree/v1.1.1) (2024-05-25)
8+
9+
[Full Changelog](https://github.com/cabol/shards/compare/v1.1.0...v1.1.1)
10+
11+
**Closed issues:**
12+
13+
- Compilation error with OTP 26
14+
[#63](https://github.com/cabol/shards/issues/63)
15+
- `shards:info/1` bad argument crash
16+
[#60](https://github.com/cabol/shards/issues/60)
17+
718
## [v1.1.0](https://github.com/cabol/shards/tree/v1.1.0) (2022-11-25)
819

920
[Full Changelog](https://github.com/cabol/shards/compare/v1.0.1...v1.1.0)

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
%% == Plugins ==
4646

47-
{project_plugins, [rebar3_proper, rebar3_ex_doc]}.
47+
{project_plugins, [rebar3_proper, rebar3_ex_doc, rebar3_hex]}.
4848

4949
%% == Profiles ==
5050

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, "Erlang/Elixir library for partitioned or sharded ETS tables."},
3-
{vsn, "1.1.0"},
3+
{vsn, "1.1.1"},
44
{registered, []},
55
{applications, [
66
kernel,

0 commit comments

Comments
 (0)