Skip to content

Commit 039b471

Browse files
committed
Release Version 0.1.0
1 parent 4c2560a commit 039b471

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22

33
# Change Log
44

5-
## [Unreleased](https://github.com/nutti/OpenAI-Bridge/compare/a8a4c9785ce166a1d77c060ea58b9b45ec4d4355...main)
5+
## [Unreleased](https://github.com/nutti/OpenAI-Bridge/compare/v0.1.0...main)
6+
7+
## [Version 0.1.0](https://github.com/nutti/OpenAI-Bridge/compare/a8a4c9785ce166a1d77c060ea58b9b45ec4d4355...v0.1.0) - 2023.3.18
8+
9+
* First release

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ This is a Blender add-on **OpenAI Bridge** to use the OpenAI API on Blender seam
66

77
## Download / Installation
88

9-
This project is now in progress for the stable release.
10-
You can download the
9+
All released OpenAI-Bridge add-on is available on
10+
[Release Page](https://github.com/nutti/OpenAI-Bridge/releases).
11+
If you want to try newest (unstable) version, you can download it from
1112
[unstable version](https://github.com/nutti/OpenAI-Bridge/archive/refs/heads/main.zip).
1213

1314
Installation process is a bit confusing.

docs/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ There are two ways to install OpenAI-Bridge add-on.
1414
|Version|Download URL|
1515
|---|---|
1616
|*unstable*|[Download](https://github.com/nutti/OpenAI-Bridge/archive/refs/heads/main.zip)|
17+
|0.1.0|[Download](https://github.com/nutti/OpenAI-Bridge/releases/tag/v0.1.0)|
1718

1819
#### 2. Unzip it, and check the add-on sources
1920

@@ -24,7 +25,8 @@ Add-on sources are located on the different places depending on the add-on versi
2425

2526
|Version|Sources|
2627
|---|---|
27-
|unstable|openai_bridge.py|
28+
|unstable|src/openai_bridge|
29+
|v0.1.0|openai_bridge|
2830

2931
#### 3. Copy add-on sources into your add-on folder
3032

0 commit comments

Comments
 (0)