Skip to content

Commit

Permalink
update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos committed Jan 18, 2024
1 parent d4e821f commit 4ca83da
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.1
## v1.0.2
#### 🚀 Features

- Code auto-formatting (PR: #26)
Expand All @@ -11,6 +11,7 @@

- Support Unity 2021 LTS (PR: #32)
- Fix macOS command (PR: #34)
- Release fixes and readme (PR: #36)


## v1.0.1
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### 🚀 Features

- Code auto-formatting (PR: #26)
- Setup auto-formatting precommit (PR: #31)
- Start server on Awake instead of OnEnable (PR: #28)
- AMD support, switch to llamafile 0.6 (PR: #33)
- Release workflows (PR: #35)

### 🐛 Fixes

- Support Unity 2021 LTS (PR: #32)
- Fix macOS command (PR: #34)
- Release fixes and readme (PR: #36)

0 comments on commit 4ca83da

Please sign in to comment.