From 92275d29d8e6cb123e7e92f9a3d89c5a332d52cc Mon Sep 17 00:00:00 2001 From: Scott Schafer Date: Thu, 6 Jun 2024 14:04:54 -0600 Subject: [PATCH] chore: Release annotate-snippets version 0.11.3 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51665a95..40586d5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.11.3] - 2024-06-06 + ### Fixes - Dropped MSRV to 1.65 @@ -136,7 +138,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Update the syntax to Rust 2018 idioms. (#4) -[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.2...HEAD +[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.3...HEAD +[0.11.3]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.2...0.11.3 [0.11.2]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.1...0.11.2 [0.11.1]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.0...0.11.1 [0.11.0]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.2...0.11.0 diff --git a/Cargo.lock b/Cargo.lock index 1e3073f4..a38d9da0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" [[package]] name = "annotate-snippets" -version = "0.11.2" +version = "0.11.3" dependencies = [ "anstream 0.6.14", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 12fadf62..1b6bd100 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annotate-snippets" -version = "0.11.2" +version = "0.11.3" edition = "2021" rust-version = "1.65" # MSRV authors = ["Zibi Braniecki "]