Skip to content

Commit 1269106

Browse files
committed
Release v3.0.0-rc.1 🔖
1 parent fd04bb4 commit 1269106

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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+
## [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)

mix.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)