Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sergej Kostjucenko
cargo-contract
Commits
4ff00cef
Unverified
Commit
4ff00cef
authored
Mar 02, 2021
by
Andrew Jones
Committed by
GitHub
Mar 02, 2021
Browse files
Release 0.10.0 (#208)
* Update CHANGELOG.md * Bump version * Fix changelog link
parent
c1f2bb80
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
4ff00cef
...
...
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.10.0] - 2021-03-02
### Fixed
-
no periods in new contract names -
[
#192
](
https://github.com/paritytech/cargo-contract/pull/192
)
### Changed
-
Update
`cargo contract new`
template dependencies for
`ink!`
`rc3`
-
[
#204
](
https://github.com/paritytech/cargo-contract/pull/204
)
## [0.9.1] - 2021-02-24
### Fixed
...
...
Cargo.lock
View file @
4ff00cef
...
...
@@ -480,7 +480,7 @@ checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
[[package]]
name = "cargo-contract"
version = "0.
9.1
"
version = "0.
10.0
"
dependencies = [
"anyhow",
"assert_matches",
...
...
Cargo.toml
View file @
4ff00cef
...
...
@@ -3,7 +3,7 @@ members = [".", "metadata"]
[package]
name
=
"cargo-contract"
version
=
"0.
9.1
"
version
=
"0.
10.0
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
build
=
"build.rs"
edition
=
"2018"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment