Skip to content

Commit

Permalink
chore(release): version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkasa committed Oct 25, 2024
1 parent d81fca6 commit b63884b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

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

## [1.1.0] - 2024-10-25

### 🚀 Features

- *(cache)* Json session refresh method
- *(config)* Get workspace helper function
- *(config)* Togglrc workspace retrieve helper function

### 🐛 Bug Fixes

- *(cache)* Json session diff method not including completely new models

### 🚜 Refactor

- *(config)* Extract togglrc retriever

### 📚 Documentation

- *(config)* Add example to config helper functions
- *(config)* Add new helper functions

### 🧪 Testing

- *(cache)* Test session refresh method and diffing
- Validate more errors

## [1.0.4] - 2024-10-24

### 🐛 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.0.4"
version = "1.1.0"
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.4"
version = "1.1.0"

0 comments on commit b63884b

Please sign in to comment.