From b6d8d79f2a447fb7f45baa7a64727f9af81fb84b Mon Sep 17 00:00:00 2001 From: Scott Schafer Date: Thu, 4 Jan 2024 15:46:23 -0700 Subject: [PATCH] chore: Release annotate-snippets version 0.10.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 963d58a..b660519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.10.1] - 2024-01-04 + ### Fixed - Match `rustc`'s colors [#73](https://github.com/rust-lang/annotate-snippets-rs/pull/73) @@ -83,7 +85,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.10.0...HEAD +[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.1...HEAD +[0.10.1]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.0...0.10.1 [0.10.0]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.9.2...0.10.0 [0.9.2]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.9.1...0.9.2 [0.9.1]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.9.0...0.9.1 diff --git a/Cargo.lock b/Cargo.lock index 149d5c5..221841a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" [[package]] name = "annotate-snippets" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anstyle", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 16d8cf9..a39fd9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annotate-snippets" -version = "0.10.0" +version = "0.10.1" edition = "2021" rust-version = "1.73" # MSRV authors = ["Zibi Braniecki "]