Skip to content

Commit

Permalink
Merge pull request #120 from Muscraft/0.11.2
Browse files Browse the repository at this point in the history
chore: Release annotate-snippets version 0.11.2
  • Loading branch information
Muscraft committed Apr 27, 2024
2 parents 4566d4a + c8d76d6 commit 0702599
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.11.2] - 2024-04-27

### Added

- All public types now implement `Debug` [#119](https://github.com/rust-lang/annotate-snippets-rs/pull/119)

## [0.11.1] - 2024-03-21

### Fixes
Expand Down Expand Up @@ -126,7 +132,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Update the syntax to Rust 2018 idioms. (#4)

<!-- next-url -->
[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.1...HEAD
[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.2...HEAD
[0.11.2]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.1...0.11.2
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "annotate-snippets"
version = "0.11.1"
version = "0.11.2"
edition = "2021"
rust-version = "1.73" # MSRV
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
Expand Down

0 comments on commit 0702599

Please sign in to comment.