Skip to content

Commit b20cd77

Browse files
committed
Release v2.6.4
1 parent 7df6677 commit b20cd77

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

.tool-versions

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
elixir 1.17.0-otp-27
2-
erlang 27.0
1+
elixir 1.17.3-otp-27
2+
erlang 27.1.1

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ 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+
## [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)

mix.exs

+1-1
Original file line numberDiff line numberDiff 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
[

0 commit comments

Comments
 (0)