Skip to content

Commit 660b954

Browse files
committed
Release v2.6.3
1 parent 21c4e60 commit 660b954

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ 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.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+
726
## [v2.6.2](https://github.com/cabol/nebulex/tree/v2.6.2) (2024-06-15)
827

928
[Full Changelog](https://github.com/cabol/nebulex/compare/v2.6.1...v2.6.2)

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.2"
5+
@version "2.6.3"
66

77
def project do
88
[

0 commit comments

Comments
 (0)