mirror of
https://github.com/openharmony/third_party_rust_codespan.git
synced 2026-07-20 19:53:16 -04:00
a722a97853
We've skipped some versions for `codespan-reporting` and `codespan` to get the crate versions back in sync with `codespan-lsp`. Co-authored-by: Johann150 <20990607+Johann150@users.noreply.github.com>
2.8 KiB
2.8 KiB
Changelog
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.
Unreleased
0.11.0 - 2020-11-30
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.
Changed
- This crate now depends on
codespan-reportingnon-optionally because of the new error type.
Fixed
- Building the crate on operating systems other than unix/windows
with the
serializationfeature enabled.
0.9.5 - 2020-06-24
Fixed
- Building the crate with the
reportingfeature disabled.
0.9.4 - 2020-05-18
0.9.3 - 2020-04-29
0.9.2 - 2020-03-29
0.9.1 - 2020-03-23
Added
From<Span>is now implemented forRange<usize>andRange<RawIndex>.- More
From<_>conversions are now implemented for index and offset types.
0.9.0 - 2020-03-11
Added
codespannow depends oncodespan_reporting. This can be disabled via thereportingfeature.codespan::Filesnow implementscodespan_reporting::files::Files