Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cabol committed May 25, 2024
1 parent 4ef2fbc commit df4e181
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

%% == Plugins ==

{project_plugins, [rebar3_proper, rebar3_ex_doc]}.
{project_plugins, [rebar3_proper, rebar3_ex_doc, rebar3_hex]}.

%% == Profiles ==

Expand Down
2 changes: 1 addition & 1 deletion src/shards.app.src
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit df4e181

Please sign in to comment.