Skip to content

Commit

Permalink
Version 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aschampion committed Nov 10, 2020
1 parent fa20314 commit 04ed413
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [0.3.9] - 2020-11-10
### Added
- New command: `slice-img` exports an image from a 2D slice. Unlike `export`
this supports N-dimensional volumes and arbitrary slicing dimensions.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "n5gest"
version = "0.3.8"
version = "0.3.9"
authors = ["Andrew Champion <andrew.champion@gmail.com>"]
edition = "2018"
description = "CLI utilities for N5 files"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Written in Rust using the [Rust N5 crate](https://crates.io/crates/n5).
```console
$ cargo install n5gest
$ n5gest -h
n5gest 0.3.8
n5gest 0.3.9
Andrew Champion <andrew.champion@gmail.com>
Utilities for N5 files.

Expand Down

0 comments on commit 04ed413

Please sign in to comment.