Skip to content

Commit c8607dd

Browse files
committed
chore(release): version 1.3.2
1 parent 566afd1 commit c8607dd

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

docs/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

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

5+
## [1.3.2] - 2024-11-05
6+
7+
### 🐛 Bug Fixes
8+
9+
- *(cache)* Json query hashable type error
10+
- *(cache)* Check for all sequences
11+
12+
### 📚 Documentation
13+
14+
- *(endpoint)* Improve cached endpoint docstrings
15+
- *(cache)* Improve base cache docstring
16+
- *(cache)* Improve json cache docstrings
17+
- *(cache)* Improve sqlite cache docstrings
18+
19+
### 🧪 Testing
20+
21+
- *(cache)* Test for distinct flag and unhashable types
22+
523
## [1.3.1] - 2024-11-02
624

725
### 🐛 Bug Fixes

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.3.1"
3+
version = "1.3.2"
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.3.1"
1+
version = "1.3.2"

0 commit comments

Comments
 (0)