Release `2.0.0-alpha.1` (#708)
* Add release notes for `2.0.0-alpha.1`
* Clean up the `v1.5.0` release notes a bit
* Bump versions to `2.0.0-alpha.1`
* Alpha version for transcode
* Cargo.lock
Co-authored-by:
ascjones <ascjones@gmail.com>
... | ... | @@ -3,7 +3,7 @@ members = [".", "metadata", "transcode"] |
[package] | ||
name = "cargo-contract" | ||
version = "1.5.0" | ||
version = "2.0.0-alpha.1" | ||
authors = ["Parity Technologies <admin@parity.io>"] | ||
build = "build.rs" | ||
edition = "2021" | ||
... | ... | @@ -35,8 +35,8 @@ colored = "2.0.0" |
toml = "0.5.9" | ||
rustc_version = "0.4.0" | ||
blake2 = "0.10.4" | ||
contract-metadata = { version = "1", path = "./metadata" } | ||
transcode = { package = "contract-transcode", version = "0.2.0", path = "./transcode" } | ||
contract-metadata = { version = "2.0.0-alpha.1", path = "./metadata" } | ||
transcode = { package = "contract-transcode", version = "0.2.0-alpha.1", path = "./transcode" } | ||
semver = { version = "1.0.13", features = ["serde"] } | ||
serde = { version = "1.0.144", default-features = false, features = ["derive"] } | ||
serde_json = "1.0.85" | ||
... | ... |
Please register or sign in to comment