File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
55This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ v3.0.0-rc.1] ( https://github.com/elixir-nebulex/nebulex/tree/v3.0.0-rc.1 ) (2025-05-01)
8+ > [ Full Changelog] ( https://github.com/elixir-nebulex/nebulex/compare/v2.1.1...v3.0.0-rc.1 )
9+
10+ ** Closed issues:**
11+
12+ - Upgrade to Nebulex v3
13+ [ #7 ] ( https://github.com/elixir-nebulex/nebulex_adapters_cachex/issues/7 )
14+
715## [ v2.1.1] ( https://github.com/cabol/nebulex_adapters_cachex/tree/v2.1.1 ) (2023-09-19)
816
917[ Full Changelog] ( https://github.com/cabol/nebulex_adapters_cachex/compare/v2.1.0...v2.1.1 )
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ defmodule NebulexAdaptersCachex.MixProject do
4343 defp deps do
4444 [
4545 nebulex_dep ( ) ,
46- { :nimble_options , "~> 0.5 or ~> 1.0" } ,
4746 { :cachex , "~> 4.0" } ,
4847 { :telemetry , "~> 0.4 or ~> 1.0" , optional: true } ,
4948
You can’t perform that action at this time.
0 commit comments