File tree Expand file tree Collapse file tree 3 files changed +34
-3
lines changed
Expand file tree Collapse file tree 3 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 77
88All notable changes to this project will be documented in this file.
99
10+ ## [ 2.1.0] - 2025-04-15
11+
12+ ### 🚀 Features
13+
14+ - * (models)* Add ` TogglTracker.description ` property
15+ - * (models)* Add ` TogglTracker.running_duration ` property
16+
17+ ### 🐛 Bug Fixes
18+
19+ - * (async-sqlite-cache)* Add ` metadata ` attribute type to class
20+
21+ ### 📚 Documentation
22+
23+ - * (schema)* Add docstring to ` register_tables ` function
24+ - * (cache)* Add ` register_tabels ` function
25+ - * (models)* Update ` as_dict_custom ` helper function
26+ - * (models)* Add ` as_dict_custom ` function
27+
28+ ### ⚡ Performance
29+
30+ - * (schema)* Index all high variance columns
31+
32+ ### 🎨 Styling
33+
34+ - * (schema)* Remove unncessary * E402* code
35+
36+ ### ⚙️ Miscellaneous Tasks
37+
38+ - * (tox)* Add ` --cov ` parameter to tests
39+
1040## [ 2.0.0] - 2025-04-08
1141
1242### 🚀 Features
@@ -157,7 +187,6 @@ All notable changes to this project will be documented in this file.
157187- * (coverage)* Add source folders
158188- Adjust tests to new linting rules
159189- * (async-trackers)* Use utc timezone with ` datetime.now `
160- - * (async-trackers)* Add flaky mark on ` test_collect_params `
161190
162191## [ 1.6.0] - 2024-12-19
163192
Original file line number Diff line number Diff line change 11[project ]
22name = " toggl-api-wrapper"
3- version = " 2.0 .0"
3+ version = " 2.1 .0"
44description = " Simple Toggl API wrapper for non-premium features."
55authors = [{ name = " David Kasakaitis" , email = " davidkasakaitis@proton.me" }]
66maintainers = [
You can’t perform that action at this time.
0 commit comments