Skip to content

Commit

Permalink
Merge pull request #40 from metno/new-releases
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
magnusuMET authored Dec 6, 2024
2 parents 7aa5d63 + ece3097 commit 7f0bace
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .version-bump.sh

This file was deleted.

17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@
# Changelog

## hdf5 unreleased
## hdf5-types unreleased
## hdf5-derive unreleased
## hdf5-sys unreleased
## hdf5-src unreleased

## hdf5 unreleased
## hdf5 v0.9.3
Release date: Dec 6, 2024.
- Added support for references

## hdf5-types unreleased
## hdf5-types v0.10.0
Release date: Dec 6, 2024.
- Added reference types

## hdf5-sys unreleased
## hdf5-sys v0.10.0
Release date: Dec 6, 2024.
- Fixed linking to libz
- Added support for hdf5 1.14.5
- Removed implicit `libz-sys` feature (breaking change)

## hdf5-src unreleased
## hdf5-src v0.9.3
Release date: Dec 6, 2024.
- Fixed linking to libz
- Bumped bundled hdf5 to 1.14.5


## hdf5-derive v0.9.1
Release date: Sep 18, 2024.
- Fixed crate name assumption
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ mpi-sys = "0.2"
num-complex = { version = "0.4", default-features = false }
regex = "1.10"
# internal
hdf5 = { package = "hdf5-metno", version = "0.9.0", path = "hdf5" } # !V
hdf5-derive = { package = "hdf5-metno-derive", version = "0.9.0", path = "hdf5-derive" } # !V
hdf5-src = { package = "hdf5-metno-src", version = "0.9.0", path = "hdf5-src" } # !V
hdf5-sys = { package = "hdf5-metno-sys", version = "0.9.1", path = "hdf5-sys" } # !V
hdf5-types = { package = "hdf5-metno-types", version = "0.9.0", path = "hdf5-types" } # !V
hdf5 = { package = "hdf5-metno", version = "0.9.3", path = "hdf5" } # !V
hdf5-derive = { package = "hdf5-metno-derive", version = "0.9.1", path = "hdf5-derive" } # !V
hdf5-src = { package = "hdf5-metno-src", version = "0.9.3", path = "hdf5-src" } # !V
hdf5-sys = { package = "hdf5-metno-sys", version = "0.10.0", path = "hdf5-sys" } # !V
hdf5-types = { package = "hdf5-metno-types", version = "0.10.0", path = "hdf5-types" } # !V
2 changes: 1 addition & 1 deletion hdf5-src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exclude = [
"ext/hdf5/HDF5Examples/**",
"ext/hdf5/doxygen/**",
]
version = "0.9.2" # !V
version = "0.9.3" # !V
rust-version.workspace = true
authors.workspace = true
keywords.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion hdf5-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Native bindings to the HDF5 library."
links = "hdf5"
readme = "README.md"
categories = ["development-tools::ffi", "filesystem", "science"]
version = "0.9.1" # !V
version = "0.10.0" # !V
rust-version.workspace = true
authors.workspace = true
keywords.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion hdf5-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Native Rust equivalents of HDF5 types."
readme = "README.md"
build = "build.rs"
categories = ["encoding"]
version = "0.9.0" # !V
version = "0.10.0" # !V
rust-version.workspace = true
authors.workspace = true
keywords.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion hdf5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ readme = "../README.md"
description = "Thread-safe Rust bindings for the HDF5 library."
build = "build.rs"
categories = ["science", "filesystem"]
version = "0.9.2" # !V
version = "0.9.3" # !V
rust-version.workspace = true
authors.workspace = true
keywords.workspace = true
Expand Down

0 comments on commit 7f0bace

Please sign in to comment.