Skip to content

Commit a56bc67

Browse files
author
semantic-release
committed
0.7.1
Automatically generated by python-semantic-release
1 parent 86a75ee commit a56bc67

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# CHANGELOG
22

3+
## v0.7.1 (2024-07-22)
34

5+
### Fix
6+
7+
* fix(core): improve argument types of Cache ([`22281c9`](https://github.com/Rizhiy/class-cache/commit/22281c986534804b6417c7a92f08f49e105598f4))
8+
9+
### Refactor
10+
11+
* refactor(backend): remove BaseBackend ([`3a0b499`](https://github.com/Rizhiy/class-cache/commit/3a0b49991649f236701743eebb44aaff1a5f3a64))
12+
13+
### Style
14+
15+
* style: update ruff in pre-commit and format ([`86a75ee`](https://github.com/Rizhiy/class-cache/commit/86a75eef920ca73424dee40f520e428c381571c8))
416

517
## v0.7.0 (2024-06-04)
618

@@ -12,7 +24,6 @@
1224

1325
* fix(wrapper): fix utc setting for python 3.10 ([`0c95282`](https://github.com/Rizhiy/class-cache/commit/0c952828960883b4aa64870391503e3d98d10cef))
1426

15-
1627
## v0.6.1 (2024-06-03)
1728

1829
### Chore
@@ -33,7 +44,6 @@
3344

3445
* refactor(backends): change SQLiteBackend to use connection directly ([`bbd4e92`](https://github.com/Rizhiy/class-cache/commit/bbd4e9276471e4818d4b812e568edc4e7649ce7d))
3546

36-
3747
## v0.6.0 (2024-06-02)
3848

3949
### Chore
@@ -48,21 +58,18 @@
4858

4959
* refactor(wrapper): change a bit ([`a1a7273`](https://github.com/Rizhiy/class-cache/commit/a1a72739747ed72149f350d223ce52c3c5d216ff))
5060

51-
5261
## v0.5.0 (2024-06-01)
5362

5463
### Feature
5564

5665
* feat(backend): add brotli compression wrapper ([`cfff762`](https://github.com/Rizhiy/class-cache/commit/cfff762c7e2131fde3b865a4422d6a616555dd04))
5766

58-
5967
## v0.4.1 (2024-05-27)
6068

6169
### Fix
6270

6371
* fix(backend): add proper extension for sqlite db files ([`f2063c6`](https://github.com/Rizhiy/class-cache/commit/f2063c6b69c00925b63143914d1efabc334352d5))
6472

65-
6673
## v0.4.0 (2024-05-27)
6774

6875
### Feature
@@ -73,7 +80,6 @@
7380

7481
* test(backend): add test for block splitting ([`7b6aa1d`](https://github.com/Rizhiy/class-cache/commit/7b6aa1dd127f5ab9f6ef9623f240e054aa83f366))
7582

76-
7783
## v0.3.0 (2024-05-27)
7884

7985
### Chore
@@ -84,7 +90,6 @@
8490

8591
* feat(backend): add block splitting to PickleBackend ([`a8fcb94`](https://github.com/Rizhiy/class-cache/commit/a8fcb94d28b8eb5c6bf8264e5d263b9b6a756e89))
8692

87-
8893
## v0.2.1 (2024-05-27)
8994

9095
### Chore
@@ -99,7 +104,6 @@
99104

100105
* fix(core.py): fix clear() and add more tests ([`7389321`](https://github.com/Rizhiy/class-cache/commit/73893218a52d341b25fda98eea7d97638b70e0f9))
101106

102-
103107
## v0.2.0 (2024-05-26)
104108

105109
### Documentation
@@ -116,7 +120,6 @@
116120

117121
* test(github): fix coverage module selection ([`8dee97d`](https://github.com/Rizhiy/class-cache/commit/8dee97d67cc66e902e0b9ca285f30649928d3605))
118122

119-
120123
## v0.1.0 (2024-05-26)
121124

122125
### 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 .types import CacheInterface
55
from .wrappers import BaseWrapper
66

7-
__version__ = "0.7.0"
7+
__version__ = "0.7.1"

0 commit comments

Comments
 (0)