diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e0ff78..4f811dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/myinusa/filename-suggestion-ai/compare/v1.1.0...v1.2.0) (2024-08-31) + + +### Features + +* **config:** add import of args module in __init__.py ([5428fd4](https://github.com/myinusa/filename-suggestion-ai/commit/5428fd4a3a5b574a7fd40debbfa7ac4bc548c96e)) +* **config:** add new command line argument for file input in args.py ([5428fd4](https://github.com/myinusa/filename-suggestion-ai/commit/5428fd4a3a5b574a7fd40debbfa7ac4bc548c96e)) +* **main:** add new payload creation function for POST requests ([5428fd4](https://github.com/myinusa/filename-suggestion-ai/commit/5428fd4a3a5b574a7fd40debbfa7ac4bc548c96e)) +* **main:** integrate argument parsing and dynamic user content handling ([5428fd4](https://github.com/myinusa/filename-suggestion-ai/commit/5428fd4a3a5b574a7fd40debbfa7ac4bc548c96e)) +* **models:** add new LMStudioChatResponse data model ([5428fd4](https://github.com/myinusa/filename-suggestion-ai/commit/5428fd4a3a5b574a7fd40debbfa7ac4bc548c96e)) +* **utils:** implement utility function to read file content ([5428fd4](https://github.com/myinusa/filename-suggestion-ai/commit/5428fd4a3a5b574a7fd40debbfa7ac4bc548c96e)) + ## [1.1.0](https://github.com/myinusa/filename-suggestion-ai/compare/v1.0.0...v1.1.0) (2024-08-31)