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
d11e1b46
Unverified
Commit
d11e1b46
authored
Aug 03, 2021
by
Michael Müller
Committed by
GitHub
Aug 03, 2021
Browse files
Release v0.13.1 (#320)
parent
c76ffc6a
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
d11e1b46
...
...
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.13.1] - 2021-08-03
### Fixed
-
Fixed a Windows issue with contract files in sub-folders -
[
#313
](
https://github.com/paritytech/cargo-contract/pull/313
)
...
...
Cargo.lock
View file @
d11e1b46
...
...
@@ -487,7 +487,7 @@ dependencies = [
[[package]]
name = "cargo-contract"
version = "0.13.
0
"
version = "0.13.
1
"
dependencies = [
"anyhow",
"assert_matches",
...
...
Cargo.toml
View file @
d11e1b46
...
...
@@ -3,7 +3,7 @@ members = [".", "metadata"]
[package]
name
=
"cargo-contract"
version
=
"0.13.
0
"
version
=
"0.13.
1
"
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