Skip to content

Commit 9c373d4

Browse files
committed
chore: Release annotate-snippets version 0.10.2
1 parent 6dab14f commit 9c373d4

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
<!-- next-header -->
8-
98
## [Unreleased] - ReleaseDate
109

10+
11+
## [0.10.2] - 2024-02-29
12+
1113
### Added
1214

1315
- Added `testing-colors` feature to remove platform-specific colors when testing
@@ -91,7 +93,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9193
- Update the syntax to Rust 2018 idioms. (#4)
9294

9395
<!-- next-url -->
94-
[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.1...HEAD
96+
[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.2...HEAD
97+
[0.10.2]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.1...0.10.2
9598
[0.10.1]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.0...0.10.1
9699
[0.10.0]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.9.2...0.10.0
97100
[0.9.2]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.9.1...0.9.2

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "annotate-snippets"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
edition = "2021"
55
rust-version = "1.73" # MSRV
66
authors = ["Zibi Braniecki <[email protected]>"]

0 commit comments

Comments
 (0)