Skip to content

Commit

Permalink
This is v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aldanor committed Apr 12, 2020
1 parent d4c3737 commit 15ec644
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.6.1

### Added

Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hdf5"
version = "0.6.0" # !V
version = "0.6.1" # !V
authors = ["Ivan Smirnov <i.s.smirnov@gmail.com>"]
keywords = ["hdf5"]
license = "MIT/Apache-2.0"
Expand Down Expand Up @@ -28,9 +28,9 @@ ndarray = "0.13"
num-integer = "0.1"
num-traits = "0.2"
mpi-sys = { version = "0.1", optional = true }
hdf5-sys = { path = "hdf5-sys", version = "0.6.0" } # !V
hdf5-types = { path = "hdf5-types", version = "0.6.0" } # !V
hdf5-derive = { path = "hdf5-derive", version = "0.6.0" } # !V
hdf5-sys = { path = "hdf5-sys", version = "0.6.1" } # !V
hdf5-types = { path = "hdf5-types", version = "0.6.1" } # !V
hdf5-derive = { path = "hdf5-derive", version = "0.6.1" } # !V

[dev-dependencies]
mashup = "0.1"
Expand All @@ -41,4 +41,4 @@ scopeguard = "1.0"
tempdir = "0.3"

[build-dependencies]
hdf5-sys = { path = "hdf5-sys", version = "0.6.0" } # !V
hdf5-sys = { path = "hdf5-sys", version = "0.6.1" } # !V
2 changes: 1 addition & 1 deletion hdf5-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hdf5-derive"
version = "0.6.0" # !V
version = "0.6.1" # !V
authors = ["Ivan Smirnov <i.s.smirnov@gmail.com>"]
keywords = ["hdf5"]
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion hdf5-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hdf5-sys"
version = "0.6.0" # !V
version = "0.6.1" # !V
authors = ["Ivan Smirnov <i.s.smirnov@gmail.com>"]
keywords = ["hdf5"]
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion hdf5-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hdf5-types"
version = "0.6.0" # !V
version = "0.6.1" # !V
authors = ["Ivan Smirnov <i.s.smirnov@gmail.com>"]
keywords = ["hdf5"]
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 15ec644

Please sign in to comment.