From 75f58046e3d955ff270653c118959d48d9c365c0 Mon Sep 17 00:00:00 2001 From: schwartz-concordium <132270889+schwartz-concordium@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:55:44 +0100 Subject: [PATCH] Change to minor bump --- idiss/CHANGELOG.md | 2 +- idiss/Cargo.lock | 2 +- idiss/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"