diff --git a/CHANGELOG.md b/CHANGELOG.md index 2260784..c3f4ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## 0.6.11 + +- No significant changes since `0.6.10`. + ## 0.6.10 - No significant changes since `0.6.9`. diff --git a/Cargo.lock b/Cargo.lock index 8438696..bee9284 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "contracts" -version = "0.6.10" +version = "0.6.11" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e8a463c..0b71fbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "contracts" -version = "0.6.10" +version = "0.6.11" description = "Design-by-contract attributes" authors = ["karroffel "] categories = ["development-tools", "development-tools::procedural-macro-helpers"] diff --git a/README.md b/README.md index 1d2bc07..7ba1f7b 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ [![crates.io](https://img.shields.io/crates/v/contracts?label=latest)](https://crates.io/crates/contracts) -[![Documentation](https://docs.rs/contracts/badge.svg?version=0.6.10)](https://docs.rs/contracts/0.6.10) -[![dependency status](https://deps.rs/crate/contracts/0.6.10/status.svg)](https://deps.rs/crate/contracts/0.6.10) +[![Documentation](https://docs.rs/contracts/badge.svg?version=0.6.11)](https://docs.rs/contracts/0.6.11) +[![dependency status](https://deps.rs/crate/contracts/0.6.11/status.svg)](https://deps.rs/crate/contracts/0.6.11) ![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/contracts.svg)
[![CI](https://github.com/x52dev/contracts/actions/workflows/ci.yml/badge.svg)](https://github.com/x52dev/contracts-rs/actions/workflows/ci.yml)