From 54a4d181680f17b3d1b3ad61e95e66cf41748563 Mon Sep 17 00:00:00 2001 From: Scott Schafer Date: Thu, 21 Mar 2024 14:44:01 -0600 Subject: [PATCH] chore: Release annotate-snippets version 0.11.1 --- 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 c91e63d7..85f967e2 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.1] - 2024-03-21 + ### Fixes - Switch `fold` to use rustc's logic: always show first and last line of folded section and detect if its worth folding @@ -124,7 +126,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.0...HEAD +[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.1...HEAD +[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 [0.10.2]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.1...0.10.2 [0.10.1]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.0...0.10.1 diff --git a/Cargo.lock b/Cargo.lock index c18b289f..479ee8cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" [[package]] name = "annotate-snippets" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 17b66000..a9a7c284 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annotate-snippets" -version = "0.11.0" +version = "0.11.1" edition = "2021" rust-version = "1.73" # MSRV authors = ["Zibi Braniecki "]