Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
chore: release v0.4.0 (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelabro authored Oct 6, 2023
1 parent 6207f1c commit 1b4457c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,24 @@

## Next release

- dev: fix rpc test failing
## v0.4.0

- chore: release v0.4.0
- feat: better management of custom configurations for genesis assets
- feat: use actual vm resource costs
- fix: add setup and run for rpc tests
- fix: fix clap for run command
- fix: add `madara_path` flag for setup command
- fix: add official references to configs files
- refactor: exported chain id constant in mp-chain-id crate and added one for
SN_MAIN
- fix: cargo update and `main` branch prettier fix
- ci: disable pr close workflow
- ci: add ci verification for detecting genesis changes and config hashes
- feat: better management of custom configurations for genesis assets
- fix: fix sharingan chain spec
- fix: update madara infra to main branch
- fix: update `Cargo.lock`
- fix: rpc test failing
- refactor: exported chain id constant in mp-chain-id crate and added one for
SN_MAIN
- ci: disable pr close workflow
- ci: add ci verification for detecting genesis changes and config hashes

## v0.3.0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rpath = false # Disables adding rpath to the binary
authors = ["Abdelhamid Bakhta <@abdelhamidbakhta>"]
edition = "2021"
repository = "https://github.com/keep-starknet-strange/madara/"
version = "0.3.0"
version = "0.4.0"

[workspace.dependencies]
# Substrate frame dependencies
Expand Down

0 comments on commit 1b4457c

Please sign in to comment.