Skip to content

Commit c656c3d

Browse files
committed
Update version to 0.3.1
1 parent 8317356 commit c656c3d

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

Assets/Mochineko/ChatGPT_API.Relent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.mochineko.chatgpt-api.relent",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"displayName": "ChatGPT chat completion API Relent",
55
"description": "ChatGPT chat completion API bindings to pure C# implement by Relent.",
66
"unity": "2021.3",

Assets/Mochineko/ChatGPT_API/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.mochineko.chatgpt-api",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"displayName": "ChatGPT chat completion API",
55
"description": "ChatGPT chat completion API bindings to pure C#.",
66
"unity": "2021.3",

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Add [moderation layer](https://platform.openai.com/docs/guides/chat/adding-a-moderation-layer)
1313

14+
## [0.3.1] - 2023-03-25
15+
16+
### Changed
17+
18+
- Improve accessibility of `Messaage`.
19+
1420
## [0.3.0] - 2023-03-23
1521

1622
### Added

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add dependencies:
1111
```json
1212
{
1313
"dependencies": {
14-
"com.mochineko.chatgpt-api": "https://github.com/mochi-neko/ChatGPT-API-unity.git?path=/Assets/Mochineko/ChatGPT_API#0.3.0",
14+
"com.mochineko.chatgpt-api": "https://github.com/mochi-neko/ChatGPT-API-unity.git?path=/Assets/Mochineko/ChatGPT_API#0.3.1",
1515
"com.unity.nuget.newtonsoft-json": "3.0.2",
1616
...
1717
}
@@ -154,8 +154,8 @@ You can use API with explicit error handling, retry, timeout, bulkhead, and so o
154154
```json
155155
{
156156
"dependencies": {
157-
"com.mochineko.chatgpt-api": "https://github.com/mochi-neko/ChatGPT-API-unity.git?path=/Assets/Mochineko/ChatGPT_API#0.3.0",
158-
"com.mochineko.chatgpt-api.relent": "https://github.com/mochi-neko/ChatGPT-API-unity.git?path=/Assets/Mochineko/ChatGPT_API.Relent#0.3.0",
157+
"com.mochineko.chatgpt-api": "https://github.com/mochi-neko/ChatGPT-API-unity.git?path=/Assets/Mochineko/ChatGPT_API#0.3.1",
158+
"com.mochineko.chatgpt-api.relent": "https://github.com/mochi-neko/ChatGPT-API-unity.git?path=/Assets/Mochineko/ChatGPT_API.Relent#0.3.1",
159159
"com.unity.nuget.newtonsoft-json": "3.0.2",
160160
...
161161
}
@@ -169,7 +169,7 @@ Import `TiktokenSharp` package by adding following line to your `mainfest.json`.
169169
```json
170170
{
171171
"dependencies": {
172-
"com.mochineko.tiktoken-sharp": "https://github.com/mochi-neko/ChatGPT-API-unity.git?path=/Assets/Mochineko/TiktokenSharp#0.3.0",
172+
"com.mochineko.tiktoken-sharp": "https://github.com/mochi-neko/ChatGPT-API-unity.git?path=/Assets/Mochineko/TiktokenSharp#0.3.1",
173173
...
174174
}
175175
}

0 commit comments

Comments
 (0)