Skip to content

Commit

Permalink
Change to minor bump
Browse files Browse the repository at this point in the history
  • Loading branch information
schwartz-concordium committed Nov 23, 2023
1 parent b338501 commit 75f5804
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion idiss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion idiss/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 idiss/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "idiss"
build = "build.rs"
version = "1.0.0"
version = "0.7.0"
authors = ["Concordium AG <[email protected]>"]
edition = "2018"
license-file = "../../LICENSE-APACHE"
Expand Down

0 comments on commit 75f5804

Please sign in to comment.