From cc249def2a39e33add6131f67c41a442751f96ec Mon Sep 17 00:00:00 2001 From: Lucas Brito Date: Sat, 14 Dec 2024 11:20:29 -0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.0=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 15 +++++++++++++++ __version__.py | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.cz.toml b/.cz.toml index d7da1f0..c2e8525 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "1.0.0" +version = "1.1.0" update_changelog_on_bump = true version_files = [ "pyproject.toml:version", diff --git a/CHANGELOG.md b/CHANGELOG.md index 67001b2..a7b5cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 1.1.0 (2024-12-14) + +### Feat + +- change OpenAI API key input to password prompt for security +- add OpenAI API key check and prompt for user input + +### Fix + +- add UTF-8 encoding when writing OpenAI API key to .env file + +### Refactor + +- rename key check function for clarity + ## 1.0.0 (2024-11-19) ### Feat diff --git a/__version__.py b/__version__.py index 3409215..3996935 100644 --- a/__version__.py +++ b/__version__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '1.0.0' \ No newline at end of file +__version__ = '1.1.0' \ No newline at end of file