Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
myinusa authored Aug 31, 2024
1 parent bf2d70c commit c338b99
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.1.0](https://github.com/myinusa/filename-suggestion-ai/compare/v1.0.0...v1.1.0) (2024-08-31)


### Features

* **config:** add initial configuration files for filename_suggestion_ai ([bf2d70c](https://github.com/myinusa/filename-suggestion-ai/commit/bf2d70cf6757b55cc05d349ac6e197c2381cdccb))
* **config:** configure logging with rich handler in setup_logging.py ([bf2d70c](https://github.com/myinusa/filename-suggestion-ai/commit/bf2d70cf6757b55cc05d349ac6e197c2381cdccb))
* **config:** define constants for API interaction in constants.py ([bf2d70c](https://github.com/myinusa/filename-suggestion-ai/commit/bf2d70cf6757b55cc05d349ac6e197c2381cdccb))
* **config:** implement argument parsing in args.py ([bf2d70c](https://github.com/myinusa/filename-suggestion-ai/commit/bf2d70cf6757b55cc05d349ac6e197c2381cdccb))
* **config:** setup environment and logging configurations in enviornment_setup.py ([bf2d70c](https://github.com/myinusa/filename-suggestion-ai/commit/bf2d70cf6757b55cc05d349ac6e197c2381cdccb))
* **main:** add main execution flow and POST request handling in main.py ([bf2d70c](https://github.com/myinusa/filename-suggestion-ai/commit/bf2d70cf6757b55cc05d349ac6e197c2381cdccb))

## 1.0.0 (2024-08-31)


Expand Down

0 comments on commit c338b99

Please sign in to comment.