Skip to content

Commit

Permalink
bump: version 1.0.0 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucs1590 committed Dec 14, 2024
1 parent a56a8b4 commit cc249de
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion __version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '1.0.0'
__version__ = '1.1.0'

0 comments on commit cc249de

Please sign in to comment.