Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Aug 21, 2023
1 parent d855b58 commit 87220be
Show file tree
Hide file tree
Showing 6 changed files with 136 additions and 131 deletions.
9 changes: 4 additions & 5 deletions cargo-concordium/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

## Unreleased changes

## 3.0.0

- Add support for `--manifest-path` flag.
- Add `schema-template` command to print the template of a given schema to a file or the console.
- Add `--schema-template-out` option to `cargo concordium build` to optionally output the schema template to a file or the console.
- Make `cargo-concordium` compatible with protocol 6 semantics on the chain. In
particular cargo-concordium now does validation according to protocol 6 rules,
allowing sign extension instructions, disallowing globals in initializers of
data and element segments, and allows host functions for checking account
signatures, and retrieving account keys.
- Make `cargo-concordium` compatible with protocol 6 semantics on the chain.
In particular cargo-concordium now does validation according to protocol 6 rules, allowing sign extension instructions, disallowing globals in initializers of data and element segments, and allows host functions for checking account signatures, and retrieving account keys.

## 2.9.0

Expand Down
Loading

0 comments on commit 87220be

Please sign in to comment.