From 04ed4132701576a2be4e71c73a39050a1bfed1c5 Mon Sep 17 00:00:00 2001 From: Andrew Champion Date: Tue, 10 Nov 2020 13:12:03 +0000 Subject: [PATCH] Version 0.3.9 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 248826b..7f17a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.lock b/Cargo.lock index 7b03b2f..01f6cb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -680,7 +680,7 @@ dependencies = [ [[package]] name = "n5gest" -version = "0.3.8" +version = "0.3.9" dependencies = [ "anyhow", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 92abcf3..1c0aa02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "n5gest" -version = "0.3.8" +version = "0.3.9" authors = ["Andrew Champion "] edition = "2018" description = "CLI utilities for N5 files" diff --git a/README.md b/README.md index 971d35c..72917b4 100644 --- a/README.md +++ b/README.md @@ -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 Utilities for N5 files.