Skip to content

Commit 72dd8c7

Browse files
committed
chore: Release annotate-snippets version 0.11.5
1 parent 286cce0 commit 72dd8c7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.11.5] - 2024-12-09
11+
1012
### Added
1113

1214
- `rustc`'s multiline annotation special case [#133](https://github.com/rust-lang/annotate-snippets-rs/pull/133)
@@ -162,7 +164,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
162164
- Update the syntax to Rust 2018 idioms. (#4)
163165

164166
<!-- next-url -->
165-
[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.4...HEAD
167+
[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.5...HEAD
168+
[0.11.5]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.4...0.11.5
166169
[0.11.4]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.3...0.11.4
167170
[0.11.3]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.2...0.11.3
168171
[0.11.2]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.1...0.11.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
@@ -88,7 +88,7 @@ zero_sized_map_values = "warn"
8888

8989
[package]
9090
name = "annotate-snippets"
91-
version = "0.11.4"
91+
version = "0.11.5"
9292
description = "Library for building code annotations"
9393
categories = []
9494
keywords = ["code", "analysis", "ascii", "errors", "debug"]

0 commit comments

Comments
 (0)