From cd97bd985a43a11192af4b2caa85db49d12b6e02 Mon Sep 17 00:00:00 2001 From: Taha Yasser Adnan Date: Sat, 28 Sep 2024 00:04:47 +0100 Subject: [PATCH] Metadata Updated. --- README.md | 5 +++-- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b6f25b..943e858 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,10 @@ The TaskManager package provides functionality to: - Remove tasks from the list - View current tasks and completed tasks -## What's New in 0.2.5 Release: +## What's New in 0.2.6 Release: -**Enhanced Save and Load Functionality:** The save_current_state and load_recent_state methods were updated to ensure that the data.json file is saved and loaded from the same directory as the main Python file. This improves the reliability of data storage and retrieval. +- Added `file_path` parameter to the `report` method, allowing users to specify where to save the report. +- Improved error handling and messaging in the `report` method. ## Usage diff --git a/pyproject.toml b/pyproject.toml index 1fbb371..e1180a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ttask_manager" -version = "0.2.5" +version = "0.2.6" authors = [ { name="Taha Yasser Adnan", email="tahadnan.101@gmail.com" }, ]