Fixed - Problem with version in metadata. Version was removed for the moment.
1.0.0
Added - Metadata field at the same level as the project structure, including information on ignored patterns, prompt options used, and the `pstruc` version. Changed - Restructured to include two main fields: `metadata` and `structure`, enhancing the clarity and utility of the project structure output.
0.5.0
Added - New output format `"dict"`, offering a Python dictionary representation of the structure for improved integration with Python-based projects. Changed - Updated docstrings for clarity. - The `"to_ignore_files"` option now defaults to the project's path if no path is specified.
0.4.0
Added - New CLI arguments `"ignore-git-ignore"` and `"ignore-from-files"`. Changed - Modified internal code to enhance file access responsibilities. - Improved `README.md` documentation for better user guidance.
0.3.1
Fixed - A minor bug in the main method.
0.3.0
Added - Command-line interface functionality for `pstruc`, allowing direct execution in the terminal.