Skip to content

Commit dcaaeb2

Browse files
committed
0.1.5
1 parent 2fef051 commit dcaaeb2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1+
Version 0.1.5
2+
-------------
3+
4+
- Added mset and mget (atomic)
5+
6+
- get_many() is now non-atomic
7+
8+
- extended base.BaseValkeyCache to have more logic
9+
110
Version 0.1.4
11+
-------------
212

313
- Added BaseClient class
414

django_valkey/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 1, 4)
1+
VERSION = (0, 1, 5)
22
__version__ = ".".join(map(str, VERSION))
33

44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-valkey"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
license = "BSD-3-Caluse"
55
description = "a valkey cache and session backend for django"
66
authors = ["amirreza <amir.rsf1380@gmail.com>"]

0 commit comments

Comments
 (0)