Skip to content

Commit c0f4f81

Browse files
authored
Merge pull request #166 from Muscraft/0.11.5
chore: Release annotate-snippets version 0.11.5
2 parents 6f28705 + 72dd8c7 commit c0f4f81

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ 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+
12+
### Added
13+
14+
- `rustc`'s multiline annotation special case [#133](https://github.com/rust-lang/annotate-snippets-rs/pull/133)
15+
- This special case happens when:
16+
- The start of a multiline annotation is at the start of the line disregarding any leading whitespace
17+
- No other multiline annotations overlap it
18+
- `simd` feature for faster folding [#146](https://github.com/rust-lang/annotate-snippets-rs/pull/146)
19+
20+
### Changed
21+
22+
- Multiline annotations with matching spans get merged [#133](https://github.com/rust-lang/annotate-snippets-rs/pull/133)
23+
- Multiple annotations on one line are no longer rendered on separate lines [#133](https://github.com/rust-lang/annotate-snippets-rs/pull/133)
24+
25+
### Fixed
26+
27+
- Overlapping multiline annotations are now correctly rendered [#133](https://github.com/rust-lang/annotate-snippets-rs/pull/133)
28+
- Origin position is now correctly calculated when an annotation starts at the beginning of the line [#154](https://github.com/rust-lang/annotate-snippets-rs/pull/154)
29+
1030
## [0.11.4] - 2024-06-15
1131

1232
### Fixes
@@ -144,7 +164,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
144164
- Update the syntax to Rust 2018 idioms. (#4)
145165

146166
<!-- next-url -->
147-
[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
148169
[0.11.4]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.3...0.11.4
149170
[0.11.3]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.2...0.11.3
150171
[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)