Skip to content

Commit

Permalink
chore(release): version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkasa committed Oct 18, 2024
1 parent 2cdfade commit 4fe900e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## [1.0.2] - 2024-10-18

### 🕸 Deprecations

- *(reports)* Rename methods to be consistent across reports

### 📚 Documentation

- *(readme)* Add changelog to links
- *(reports)* Add raises to docstrings
- *(api)* Small formatting changes

### ⚙️ Miscellaneous Tasks

- *(config)* Coverage url
- *(cliff)* Fix toml escape characters

## [1.0.1] - 2024-10-16

### 🐛 Bug Fixes
Expand Down Expand Up @@ -62,7 +79,6 @@ All notable changes to this project will be documented in this file.

### 📚 Documentation

- *(changelog)* Update changelog
- *(readme)* Update readme
- *(api)* Update docs to new directory structure
- Update examples
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.0.1"
version = "1.0.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.0.1"
version = "1.0.2"

0 comments on commit 4fe900e

Please sign in to comment.