File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-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.1] - 2024-11-02
6
+
7
+ ### 🐛 Bug Fixes
8
+
9
+ - * (user)* Refresh not getting passed to request
10
+ - * (cache)* Json query distinct & list comparisons
11
+
12
+ ### 🚜 Refactor
13
+
14
+ - * (endpoints)* Add future type import
15
+
16
+ ### 📚 Documentation
17
+
18
+ - * (tracker)* Add examples to docstrings
19
+
5
20
## [ 1.3.0] - 2024-10-31
6
21
7
22
### 🚀 Features
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " toggl-api-wrapper"
3
- version = " 1.3.0 "
3
+ version = " 1.3.1 "
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.0 "
1
+ version = "1.3.1 "
You can’t perform that action at this time.
0 commit comments