Skip to content

Commit

Permalink
chore(release): version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkasa committed Nov 5, 2024
1 parent 566afd1 commit c8607dd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## [1.3.2] - 2024-11-05

### 🐛 Bug Fixes

- *(cache)* Json query hashable type error
- *(cache)* Check for all sequences

### 📚 Documentation

- *(endpoint)* Improve cached endpoint docstrings
- *(cache)* Improve base cache docstring
- *(cache)* Improve json cache docstrings
- *(cache)* Improve sqlite cache docstrings

### 🧪 Testing

- *(cache)* Test for distinct flag and unhashable types

## [1.3.1] - 2024-11-02

### 🐛 Bug Fixes
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.3.1"
version = "1.3.2"
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.3.1"
version = "1.3.2"

0 comments on commit c8607dd

Please sign in to comment.