File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ 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.1] ( https://github.com/cabol/nebulex/tree/v2.6.1 ) (2024-02-24)
8
+
9
+ [ Full Changelog] ( https://github.com/cabol/nebulex/compare/v2.6.0...v2.6.1 )
10
+
11
+ ** Merged pull requests:**
12
+
13
+ - Improve variable handing in key generators
14
+ [ #221 ] ( https://github.com/cabol/nebulex/pull/221 )
15
+ ([ hissssst] ( https://github.com/hissssst ) )
16
+
7
17
## [ v2.6.0] ( https://github.com/cabol/nebulex/tree/v2.6.0 ) (2024-01-21)
8
18
9
19
[ Full Changelog] ( https://github.com/cabol/nebulex/compare/v2.5.2...v2.6.0 )
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.0 "
5
+ @ version "2.6.1 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments