From f500323f947a4bfdcb015edbc814555ddb04a0fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Mon, 11 Jul 2022 22:38:35 -0700 Subject: [PATCH] Bump version to 0.2.11 This change bumps the version of the crate to 0.2.11. The following notable changes have been made since 0.2.10: - Fixed potential build failure due to unhygienic procedural macros - Switched to using GitHub Actions as CI provider --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49bad6b..03406c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.2.11 +------ - Fixed potential build failure due to unhygienic procedural macros - Switched to using GitHub Actions as CI provider diff --git a/Cargo.toml b/Cargo.toml index ad702e0..33acf9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-log" -version = "0.2.10" +version = "0.2.11" authors = ["Daniel Mueller "] edition = "2018" license = "Apache-2.0 OR MIT"