Skip to content

Commit a9906fa

Browse files
committed
chore(release): 0.8.1
1 parent 919f88c commit a9906fa

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
### [0.8.1](https://github.com/ssube/onnx-web/compare/v0.8.0...v0.8.1) (2023-03-11)
6+
7+
8+
### Bug Fixes
9+
10+
* **api:** make cache global within each worker process ([#227](https://github.com/ssube/onnx-web/issues/227)) ([575cb88](https://github.com/ssube/onnx-web/commit/575cb8831b0038b43df36751cd0a94c4ee6a9d3b))
11+
* **api:** only run GC when a diffusion model has been replaced ([cb2b054](https://github.com/ssube/onnx-web/commit/cb2b054fde9e20be5aa6b15fa4f9887434efcfb0))
12+
* **api:** remove unused num_workers logic from server ([01d3519](https://github.com/ssube/onnx-web/commit/01d3519aa3f475183311ab4ae72e8cc4eb03d2ed))
13+
* **docs:** remove reference to removed num_workers server variable ([db61697](https://github.com/ssube/onnx-web/commit/db6169705ba2656f131ca56e4e6d99f5965a9a74))
14+
* **tests:** clear cache between tests ([919f88c](https://github.com/ssube/onnx-web/commit/919f88c7d06bd6a1695c2f01df93c9c3ccbb4caa))
15+
516
## [0.8.0](https://github.com/ssube/onnx-web/compare/v0.7.1...v0.8.0) (2023-03-11)
617

718

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ To update the server, make sure you are on the `main` branch and pull the latest
451451
> git pull
452452
```
453453

454-
If you want to run a specific tag of the server, run `git checkout v0.8.0` with the desired tag.
454+
If you want to run a specific tag of the server, run `git checkout v0.8.1` with the desired tag.
455455

456456
### Building the client
457457

api/params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.8.0",
2+
"version": "0.8.1",
33
"batch": {
44
"default": 1,
55
"min": 1,

api/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="onnx-web",
8-
version="0.8.0",
8+
version="0.8.1",
99
author="ssube",
1010
author_email="[email protected]",
1111
description="web UI for running ONNX models",

gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apextoaster/onnx-web",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "onnx web gui",
55
"type": "module",
66
"main": "out/src/main.js",

0 commit comments

Comments
 (0)