File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,25 @@ 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.3] ( https://github.com/cabol/nebulex/tree/v2.6.3 ) (2024-08-05)
8
+
9
+ [ Full Changelog] ( https://github.com/cabol/nebulex/compare/v2.6.2...v2.6.3 )
10
+
11
+ ** Closed issues:**
12
+
13
+ - ` Cache.all(nil, return: :value) ` with a partitioned cache gives incorrect
14
+ results
15
+ [ #228 ] ( https://github.com/cabol/nebulex/issues/228 )
16
+ - 2.6.2 is missing from tags and releases on github
17
+ [ #227 ] ( https://github.com/cabol/nebulex/issues/227 )
18
+
19
+ ** Merged pull requests:**
20
+
21
+ - ` Cache.all(nil, return: :value) ` did not correctly handle values that are
22
+ lists.
23
+ [ #229 ] ( https://github.com/cabol/nebulex/pull/229 )
24
+ ([ jweinkam] ( https://github.com/jweinkam ) )
25
+
7
26
## [ v2.6.2] ( https://github.com/cabol/nebulex/tree/v2.6.2 ) (2024-06-15)
8
27
9
28
[ Full Changelog] ( https://github.com/cabol/nebulex/compare/v2.6.1...v2.6.2 )
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.2 "
5
+ @ version "2.6.3 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments