diff --git a/idiss/CHANGELOG.md b/idiss/CHANGELOG.md index 8b37dc6d6..82c7ba1c5 100644 --- a/idiss/CHANGELOG.md +++ b/idiss/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.0.0 +## 0.7.0 - Updated interfaces used by feature `csharp` to include a reference pointer which sets the capacity of the array returned. - Add dependency to feature `ffi` from `concordium_base` since `free_array_len_cap` is now exported from the `ffi_helpers` module. diff --git a/idiss/Cargo.lock b/idiss/Cargo.lock index a3a30ad95..756ac175e 100644 --- a/idiss/Cargo.lock +++ b/idiss/Cargo.lock @@ -756,7 +756,7 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "idiss" -version = "1.0.0" +version = "0.7.0" dependencies = [ "anyhow", "byteorder", diff --git a/idiss/Cargo.toml b/idiss/Cargo.toml index 955b7d421..185e8fabb 100644 --- a/idiss/Cargo.toml +++ b/idiss/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "idiss" build = "build.rs" -version = "1.0.0" +version = "0.7.0" authors = ["Concordium AG "] edition = "2018" license-file = "../../LICENSE-APACHE"