Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
myinusa authored Aug 31, 2024
1 parent 5428fd4 commit db56bf1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit db56bf1

Please sign in to comment.