Skip to content

Commit ec7b0e6

Browse files
committed
bump version
1 parent 8ab48ea commit ec7b0e6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,13 +364,15 @@ may be controlled with the `LOGURU_LEVEL` environment variable.
364364

365365
## Changelog
366366

367-
### 0.7.1 (to be released)
367+
### 0.8.0
368368

369369
- breaking: removed `decimals` argument from bioimageio CLI and `bioimageio.core.commands.test()`
370370
- New feature: `bioimageio.core.test_description` accepts **runtime_env** and **run_command** to test a resource
371371
using the conda environment described by that resource (or another specified conda env)
372372
- new CLI command: `bioimageio add-weights` (and utility function: bioimageio.core.add_weights)
373373
- removed `bioimageio.core.proc_ops.get_proc_class` in favor of `bioimageio.core.proc_ops.get_proc`
374+
- new CLI command: `bioimageio update-format`
375+
- new CLI command: `bioimageio update-hashes`
374376

375377
### 0.7.0
376378

bioimageio/core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.7.0"
2+
"version": "0.8.0"
33
}

0 commit comments

Comments
 (0)