Skip to content

Commit 6127114

Browse files
author
semantic-release
committed
0.6.1
Automatically generated by python-semantic-release
1 parent 55ed493 commit 6127114

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33

44

5+
## v0.6.1 (2024-06-03)
6+
7+
### Chore
8+
9+
* chore: remove wrong comment ([`c120521`](https://github.com/Rizhiy/class-cache/commit/c1205210976003ed0b3e7aa5ef1ef75a511f3065))
10+
11+
* chore(benchmark): add results ([`2db93f3`](https://github.com/Rizhiy/class-cache/commit/2db93f301bdaf517e8712cf9863def6661308e8c))
12+
13+
### Documentation
14+
15+
* docs(README): add example of using Brotli wrapper ([`bb31482`](https://github.com/Rizhiy/class-cache/commit/bb3148217a00de6612895006d2a4c1b90d5d3d45))
16+
17+
### Fix
18+
19+
* fix(backend): commit after setting an item in sqlitebackend ([`55ed493`](https://github.com/Rizhiy/class-cache/commit/55ed493380d29bbef4512985ffe77d6425ffa88f))
20+
21+
### Refactor
22+
23+
* refactor(backends): change SQLiteBackend to use connection directly ([`bbd4e92`](https://github.com/Rizhiy/class-cache/commit/bbd4e9276471e4818d4b812e568edc4e7649ce7d))
24+
25+
526
## v0.6.0 (2024-06-02)
627

728
### Chore

class_cache/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .core import Cache, CacheWithDefault
55
from .wrappers import BaseWrapper
66

7-
__version__ = "0.6.0"
7+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)