Skip to content

Commit

Permalink
chore(release): v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversen committed Apr 16, 2024
1 parent d4816da commit 34998c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.7.0 (2024-04-16)

- Added `onNewLine` option
- Removed new line for closing quotes of one-line docstring
- Added `gpt-4` and `gpt-4-turbo` OpenAI models
- Dropped `text-davinci-002` OpenAI model
- Updated documentation

## 0.6.1 (2024-04-14)

- Updated documentation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "chatgpt-docstrings",
"displayName": "ChatGPT: Docstring Generator",
"description": "Automatically generate docstrings using ChatGPT.",
"version": "0.6.1",
"version": "0.7.0",
"preview": true,
"icon": "images/icon.png",
"serverInfo": {
Expand Down

0 comments on commit 34998c3

Please sign in to comment.