Skip to content

Commit 0dd0b6b

Browse files
committed
chore(release): version 1.3.1
1 parent fd3c011 commit 0dd0b6b

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

docs/CHANGELOG.md

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

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

5+
## [1.3.1] - 2024-11-02
6+
7+
### 🐛 Bug Fixes
8+
9+
- *(user)* Refresh not getting passed to request
10+
- *(cache)* Json query distinct & list comparisons
11+
12+
### 🚜 Refactor
13+
14+
- *(endpoints)* Add future type import
15+
16+
### 📚 Documentation
17+
18+
- *(tracker)* Add examples to docstrings
19+
520
## [1.3.0] - 2024-10-31
621

722
### 🚀 Features

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.0"
3+
version = "1.3.1"
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.0"
1+
version = "1.3.1"

0 commit comments

Comments
 (0)