File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 1.3.2] - 2024-11-05
6
+
7
+ ### 🐛 Bug Fixes
8
+
9
+ - * (cache)* Json query hashable type error
10
+ - * (cache)* Check for all sequences
11
+
12
+ ### 📚 Documentation
13
+
14
+ - * (endpoint)* Improve cached endpoint docstrings
15
+ - * (cache)* Improve base cache docstring
16
+ - * (cache)* Improve json cache docstrings
17
+ - * (cache)* Improve sqlite cache docstrings
18
+
19
+ ### 🧪 Testing
20
+
21
+ - * (cache)* Test for distinct flag and unhashable types
22
+
5
23
## [ 1.3.1] - 2024-11-02
6
24
7
25
### 🐛 Bug Fixes
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " toggl-api-wrapper"
3
- version = " 1.3.1 "
3
+ version = " 1.3.2 "
4
4
description = " Simple Toggl API wrapper for non-premium features."
5
5
authors = [
" David Kasakaitis <[email protected] >" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
- version = "1.3.1 "
1
+ version = "1.3.2 "
You can’t perform that action at this time.
0 commit comments