All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
codespan_reporting::Files
for codespan::Files
.There is now a code of conduct and a contributing guide.
Some versions were skipped to sync up with the codespan-lsp
crate. The release process has been changed so this should not happen again.
codespan-reporting
non-optionally because of the new error type.serialization
feature enabled.reporting
feature disabled.From<Span>
is now implemented for Range<usize>
and Range<RawIndex>
.From<_>
conversions are now implemented for index and offset types.codespan
now depends on codespan_reporting
. This can be disabled via the reporting
feature.codespan::Files
now implements codespan_reporting::files::Files