From 95e7ce373a38ef21254d208dab9d15d939585980 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 13:13:55 +0000 Subject: [PATCH 1/2] chore: release v0.6.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"] From a103da621cb83e9579bffb87e7b5c4a44a76948c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 13:14:15 +0000 Subject: [PATCH 2/2] docs: update changelog versions --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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/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)