Skip to content

Commit 2c87de1

Browse files
committed
chore(release): bump version 1.6.0
1 parent 1e80a63 commit 2c87de1

File tree

3 files changed

+41
-3
lines changed

3 files changed

+41
-3
lines changed

docs/CHANGELOG.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,45 @@ hide:
77

88
All notable changes to this project will be documented in this file.
99

10+
## [1.6.0] - 2024-12-19
11+
12+
### 🚀 Features
13+
14+
- *(endpoints)* Build request private helper method
15+
- *(cache)* Model helper property
16+
17+
### 🚜 Refactor
18+
19+
- *(endpoints)* Remove unnecessary ruff ignore flag
20+
- *(endpoints)* Convert process_models into clasmethod
21+
- *(endpoints)* Make client attribute public
22+
- *(endpoints)* Request handle error helper private method
23+
- *(endpoints)* Process_response private helper method
24+
- *(endpoints)* Improve request method readability
25+
- *(json-cache)* Uses new model property
26+
- *(sqlite-cache)* Uses new model property
27+
- *(reports)* Adjust report endpoint to base
28+
- *(endpoints)* Use MODEL classvar instead of property
29+
- *(cached_endpoint)* Adjust subclass to new structure
30+
- *(cached_endpoint)* Log info about cache expiration
31+
- Remove all optional types
32+
33+
### 🕸 Deprecations
34+
35+
- *(endpoints)* Deprecate 'method' helper method in favour of build_request
36+
- *(endpoints)* Deprecate model property in favour of class variable
37+
- *(endpoints)* Deprecate 'endpoint' property in favour of 'BASE_ENDPOINT' ClassVar
38+
39+
### 📚 Documentation
40+
41+
- *(json_cache)* Encoder & decoder docstrings
42+
43+
### ⚙️ Miscellaneous Tasks
44+
45+
- *(ruff)* Ignore tc006 code
46+
- *(cliff)* Ignore merge commits
47+
- *(cliff)* Merge cliff.toml with pyproject
48+
1049
## [1.5.1] - 2024-11-26
1150

1251
### 🐛 Bug Fixes
@@ -91,7 +130,6 @@ All notable changes to this project will be documented in this file.
91130
- *(actions)* Change release & documentation workflow dependency
92131
- *(ruff)* Ignore PLR0913 code
93132
- *(ruff)* Ignore C901 code
94-
- *(merge)* V1.5.0-release
95133

96134
### 🧪 Testing
97135

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "toggl-api-wrapper"
3-
version = "1.5.1"
3+
version = "1.6.0"
44
description = "Simple Toggl API wrapper for non-premium features."
55
authors = ["David Kasakaitis <[email protected]>"]
66
license = "MIT"

toggl_api/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.5.1"
1+
version = "1.6.0"

0 commit comments

Comments
 (0)