Skip to content

Commit

Permalink
Merge pull request #75 from Cardinal-Cryptography/release-ver-0.7.0
Browse files Browse the repository at this point in the history
A0-3911 Bump versions and update CHANGELOG
  • Loading branch information
deuszx authored Jan 29, 2024
2 parents 6d50176 + 4b15316 commit 7df563e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 0.7.0

### Changed

- `ExecCall` gets new trait bound `T` to reperesent type of the returned value.
Expand Down
2 changes: 1 addition & 1 deletion ink-wrapper-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ink-wrapper-types"
version = "0.6.0"
version = "0.8.0"
description = "Helper library for contract client code generated with ink-wrapper."
categories = ["development-tools::build-utils"]
authors = ["Cardinal Cryptography", "Cardinal"]
Expand Down
2 changes: 1 addition & 1 deletion ink-wrapper/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 ink-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ink-wrapper"
version = "0.7.0"
version = "0.8.0"
description = "Tool for generating type-safe code for calling an ink smart contract based on the metadata file for that contract."
categories = ["development-tools::build-utils"]
authors = ["Cardinal Cryptography", "Cardinal"]
Expand Down
2 changes: 1 addition & 1 deletion tests/drink/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7df563e

Please sign in to comment.