Skip to content

Commit

Permalink
chore(release): bump version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkasa committed Dec 19, 2024
1 parent 1e80a63 commit 2c87de1
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 3 deletions.
40 changes: 39 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,45 @@ hide:

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

## [1.6.0] - 2024-12-19

### 🚀 Features

- *(endpoints)* Build request private helper method
- *(cache)* Model helper property

### 🚜 Refactor

- *(endpoints)* Remove unnecessary ruff ignore flag
- *(endpoints)* Convert process_models into clasmethod
- *(endpoints)* Make client attribute public
- *(endpoints)* Request handle error helper private method
- *(endpoints)* Process_response private helper method
- *(endpoints)* Improve request method readability
- *(json-cache)* Uses new model property
- *(sqlite-cache)* Uses new model property
- *(reports)* Adjust report endpoint to base
- *(endpoints)* Use MODEL classvar instead of property
- *(cached_endpoint)* Adjust subclass to new structure
- *(cached_endpoint)* Log info about cache expiration
- Remove all optional types

### 🕸 Deprecations

- *(endpoints)* Deprecate 'method' helper method in favour of build_request
- *(endpoints)* Deprecate model property in favour of class variable
- *(endpoints)* Deprecate 'endpoint' property in favour of 'BASE_ENDPOINT' ClassVar

### 📚 Documentation

- *(json_cache)* Encoder & decoder docstrings

### ⚙️ Miscellaneous Tasks

- *(ruff)* Ignore tc006 code
- *(cliff)* Ignore merge commits
- *(cliff)* Merge cliff.toml with pyproject

## [1.5.1] - 2024-11-26

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

### 🧪 Testing

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "toggl-api-wrapper"
version = "1.5.1"
version = "1.6.0"
description = "Simple Toggl API wrapper for non-premium features."
authors = ["David Kasakaitis <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion toggl_api/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.5.1"
version = "1.6.0"

0 comments on commit 2c87de1

Please sign in to comment.