Skip to content

Commit e9637ae

Browse files
author
karroffel
committed
prepare 0.6.2 release
1 parent 91ae169 commit e9637ae

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## [0.6.2] - 2021-07-21
10+
11+
### Changed
12+
13+
- better handling of mutable borrows and lifetime relationships for functions
14+
with contracts
15+
916
## [0.6.1] - 2021-07-13
1017

1118
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "contracts"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["karroffel <[email protected]>"]
55
edition = "2018"
66
repository = "https://gitlab.com/karroffel/contracts"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ To install the latest version, add `contracts` to the dependency section of the
150150

151151
```
152152
[dependencies]
153-
contracts = "0.6.1"
153+
contracts = "0.6.2"
154154
```
155155

156156
To then bring all procedural macros into scope, you can add `use contracts::*;`

0 commit comments

Comments
 (0)