From df4e181e3a1450762992196314c828e804afa58f Mon Sep 17 00:00:00 2001 From: Carlos Andres Bolanos Date: Sat, 25 May 2024 13:18:27 +0200 Subject: [PATCH] Release v1.1.1 --- CHANGELOG.md | 11 +++++++++++ rebar.config | 2 +- src/shards.app.src | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bca8bf..145e949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.1.1](https://github.com/cabol/shards/tree/v1.1.1) (2024-05-25) + +[Full Changelog](https://github.com/cabol/shards/compare/v1.1.0...v1.1.1) + +**Closed issues:** + +- Compilation error with OTP 26 + [#63](https://github.com/cabol/shards/issues/63) +- `shards:info/1` bad argument crash + [#60](https://github.com/cabol/shards/issues/60) + ## [v1.1.0](https://github.com/cabol/shards/tree/v1.1.0) (2022-11-25) [Full Changelog](https://github.com/cabol/shards/compare/v1.0.1...v1.1.0) diff --git a/rebar.config b/rebar.config index fbbc2b5..f87232e 100644 --- a/rebar.config +++ b/rebar.config @@ -44,7 +44,7 @@ %% == Plugins == -{project_plugins, [rebar3_proper, rebar3_ex_doc]}. +{project_plugins, [rebar3_proper, rebar3_ex_doc, rebar3_hex]}. %% == Profiles == diff --git a/src/shards.app.src b/src/shards.app.src index 6b8b0f9..16166db 100644 --- a/src/shards.app.src +++ b/src/shards.app.src @@ -1,6 +1,6 @@ {application, shards, [ {description, "Erlang/Elixir library for partitioned or sharded ETS tables."}, - {vsn, "1.1.0"}, + {vsn, "1.1.1"}, {registered, []}, {applications, [ kernel,