File tree 3 files changed +21
-3
lines changed
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.
4
4
5
5
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
25
## [ v2.6.3] ( https://github.com/cabol/nebulex/tree/v2.6.3 ) (2024-08-05)
8
26
9
27
[ 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
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/cabol/nebulex"
5
- @ version "2.6.3 "
5
+ @ version "2.6.4 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments