Skip to content

Commit

Permalink
Metadata Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
tahadnan committed Sep 27, 2024
1 parent f49042e commit cd97bd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" },
]
Expand Down

0 comments on commit cd97bd9

Please sign in to comment.