From 4fe900eb083df0d49f74ced3a2afe2826ebc8ded Mon Sep 17 00:00:00 2001 From: David Kasakaitis Date: Fri, 18 Oct 2024 12:32:34 +0100 Subject: [PATCH] chore(release): version 1.0.2 --- docs/CHANGELOG.md | 18 +++++++++++++++++- pyproject.toml | 2 +- toggl_api/version.py | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c6652ca..7c66d26 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 23885e7..d8be73b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" diff --git a/toggl_api/version.py b/toggl_api/version.py index 86774ad..4098653 100644 --- a/toggl_api/version.py +++ b/toggl_api/version.py @@ -1 +1 @@ -version = "1.0.1" +version = "1.0.2"