Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ target/
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
*.pdb
/.cargo/
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,32 @@

All notable changes to this project will be documented in this file.

## [0.11.3] - 2025-04-02

### 🐛 Bug Fixes

- Updating wasmtime-wasi-nn to latest candle

## [0.11.2] - 2025-04-02

### 🐛 Bug Fixes

- Updating prometheus dependency to fix protobuf licence issue

### ⚙️ Miscellaneous Tasks

- Release

## [0.11.1] - 2025-04-01

### 🐛 Bug Fixes

- Fixing catching close signal on windows platform

### ⚙️ Miscellaneous Tasks

- Release

## [0.11.0] - 2025-04-01

### 🐛 Bug Fixes
Expand Down
Loading