File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed
Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ v2.0.0] ( https://github.com/cabol/nebulex_adapters_cachex/tree/v2.0.0 ) (2021-02-21)
4+
5+ [ Full Changelog] ( https://github.com/cabol/nebulex_adapters_cachex/compare/099bbcc7446c83f55df04cc77f75f6809c3d579a...v2.0.0 )
6+
7+ ** Added features:**
8+
9+ - Added support for Nebulex v2.0.0.
10+
11+ ** Closed issues:**
12+
13+ - Implement ` Nebulex.Adapter.Persistence ` behaviour
14+ [ #5 ] ( https://github.com/cabol/nebulex_adapters_cachex/issues/5 )
15+ - Support distributed adapters with Cachex
16+ [ #4 ] ( https://github.com/cabol/nebulex_adapters_cachex/issues/4 )
17+ - Implement ` Nebulex.Adapter.Transaction ` behaviour
18+ [ #3 ] ( https://github.com/cabol/nebulex_adapters_cachex/issues/3 )
19+ - Implement ` Nebulex.Adapter.Queryable ` behaviour
20+ [ #2 ] ( https://github.com/cabol/nebulex_adapters_cachex/issues/2 )
21+ - Implement ` Nebulex.Adapter ` behaviour
22+ [ #1 ] ( https://github.com/cabol/nebulex_adapters_cachex/issues/1 )
23+
24+
25+
26+ \* * This Changelog was automatically generated by [ github_changelog_generator] ( https://github.com/github-changelog-generator/github-changelog-generator ) *
Original file line number Diff line number Diff line change 1212See the [ online documentation] ( https://hexdocs.pm/nebulex_adapters_cachex/ )
1313for more information.
1414
15- > ** NOTE:** This adapter only supports Nebulex v2.0.0 onwards.
15+ ** NOTE:** This adapter only supports Nebulex v2.0.0 onwards.
1616
1717## Installation
1818
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule NebulexAdaptersCachex.MixProject do
22 use Mix.Project
33
44 @ source_url "https://github.com/cabol/nebulex_adapters_cachex"
5- @ version "2.0.0-dev "
5+ @ version "2.0.0"
66 @ nbx_vsn "2.0.0"
77
88 def project do
You can’t perform that action at this time.
0 commit comments