Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aschampion committed Nov 21, 2022
1 parent ae163a2 commit ec82e09
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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).

<!-- next-header -->
## [Unreleased]
## [0.4.0] - 2022-11-21
### Changed
- `ls` defaults to current working directory if no container path provided.

Expand Down Expand Up @@ -99,7 +99,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `stat`: also report block coordinate statistics.

<!-- next-url -->
[Unreleased]: https://github.com/aschampion/n5gest/compare/v0.3.9...HEAD
[0.4.0]: https://github.com/aschampion/n5gest/compare/v0.3.9...v0.4.0
[0.3.9]: https://github.com/aschampion/n5gest/compare/0.3.8...0.3.9
[0.3.8]: https://github.com/aschampion/n5gest/compare/0.3.7...0.3.8
[0.3.7]: https://github.com/aschampion/n5gest/compare/0.3.6...0.3.7
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.9"
version = "0.4.0"
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.9
n5gest = "0.4.0"
Andrew Champion <andrew.champion@gmail.com>
Utilities for N5 files.

Expand Down

0 comments on commit ec82e09

Please sign in to comment.