Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ pkg
*.state
**/.idea

*.nix
flake.lock
**/concordium-out

**/*.nix
**/flake.lock
**/result
6 changes: 6 additions & 0 deletions cargo-concordium/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

- Support specifying a profile using the `--profile` flag.
- Building/testing a single package in a workspace is now possible by calling
`cargo concordium` from the smart contract directory in the workspace.

## 4.2.0

- Unit tests now run in parallel and the results are printed sequentially. Pass
Expand Down
Loading
Loading