File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed
Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1- elixir 1.17.0 -otp-27
2- erlang 27.0
1+ elixir 1.17.3 -otp-27
2+ erlang 27.1.1
Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ 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+ ## [ v2.6.4] ( https://github.com/cabol/nebulex/tree/v2.6.4 ) (2024-10-19)
8+
9+ [ Full Changelog] ( https://github.com/cabol/nebulex/compare/v2.6.3...v2.6.4 )
10+
11+ ** Closed issues:**
12+
13+ - [ Proposal] A New GC Strategy for Local Generation
14+ [ #184 ] ( https://github.com/cabol/nebulex/issues/184 )
15+
16+ ** Merged pull requests:**
17+
18+ - Fix race condition in multilevel cache replication
19+ [ #232 ] ( https://github.com/cabol/nebulex/pull/232 )
20+ ([ costaraphael] ( https://github.com/costaraphael ) )
21+ - Fix typos again
22+ [ #230 ] ( https://github.com/cabol/nebulex/pull/230 )
23+ ([ kianmeng] ( https://github.com/kianmeng ) )
24+
725## [ v2.6.3] ( https://github.com/cabol/nebulex/tree/v2.6.3 ) (2024-08-05)
826
927[ Full Changelog] ( https://github.com/cabol/nebulex/compare/v2.6.2...v2.6.3 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Nebulex.MixProject do
22 use Mix.Project
33
44 @ source_url "https://github.com/cabol/nebulex"
5- @ version "2.6.3 "
5+ @ version "2.6.4 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments