This release is the 0.12.0 of the codespan crate. A library the provides "Beautiful diagnostic reporting for text-based programming languages".
This release contains a few bug fixes and small changes, there are no new features of breaking changes.
New maintainer
I (@kaleidawave) have been graciously added as a maintainer to this repository and have been gifted permission to publish updates to codespan-reporting
(and other crates in the repository) on crates.io by the original maintainer.
I hope that I can keep this project up to date and make sure that additions (such as seen below) can in the future be released under a shorter time frame.
If you have any feature requests or changes for this project/crate, then don't hesitate to ping me.
What's Changed
Auto-generated by GitHub
- Change
.with_message()
method to take more generic message type by @oOBoomberOo in #217 - Update lsp-types requirement from >=0.84, <0.89 to >=0.84, <0.90 by @dependabot-preview in #325
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #327
- Add Naga to README by @kvark in #328
- Add 'mos' to the list of projects by @sagacity in #329
- Change multiline rendering with breaks to work properly by @mbartlett21 in #330
- use log10 to calculate the number of digits by @Johann150 in #332
- Add option for including context before and after a label by @elkowar in #331
- Fix typo in ci.yml by @Sematre in #338
- Update lsp-types requirement from >=0.84, <0.90 to >=0.84, <0.92 by @dependabot in #339
- Update peg requirement from 0.6 to 0.7 by @dependabot-preview in #326
- Fix Actions badges by @atouchet in #349
- Implement with_label & with_note by @InfiniteCoder01 in #363
- include LICENSE file in published crates by @decathorpe in #355
- examples: replace structopt with pico-args by @tamird in #357
- unicode-width: allow 0.2 to be selected by @nagisa in #369
- Allow ?Sized implementations of
Files
forterm::emit
. by @ennis in #354 - Added generic iterator methods by @yankana in #341
- Add
no_std
Support by @bushrat011899 in #374 - Add Spade to list of README projects by @ethanuppal in #368
- Add strict clippy lints and any changes after "auto-fix" by @kaleidawave in #373
Full Changelog: v0.11.1...release/codespan-0.12.0