• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8## [Unreleased]
9
10## [0.11.0] - 2020-11-30
11
12There is now a [code of conduct](https://github.com/brendanzab/codespan/blob/master/CODE_OF_CONDUCT.md)
13and a [contributing guide](https://github.com/brendanzab/codespan/blob/master/CONTRIBUTING.md).
14
15Some versions were skipped to sync up with the `codespan-lsp` crate. The release
16process has been changed so this should not happen again.
17
18### Changed
19
20-   This crate now depends on `codespan-reporting` non-optionally
21    because of the new error type.
22
23### Fixed
24
25-   Building the crate on operating systems other than unix/windows
26    with the `serialization` feature enabled.
27
28## [0.9.5] - 2020-06-24
29
30### Fixed
31
32-   Building the crate with the `reporting` feature disabled.
33
34## [0.9.4] - 2020-05-18
35## [0.9.3] - 2020-04-29
36## [0.9.2] - 2020-03-29
37
38## [0.9.1] - 2020-03-23
39
40### Added
41
42-   `From<Span>` is now implemented for `Range<usize>` and `Range<RawIndex>`.
43-   More `From<_>` conversions are now implemented for index and offset types.
44
45## [0.9.0] - 2020-03-11
46
47### Added
48
49-   `codespan` now depends on `codespan_reporting`. This can be disabled via the `reporting` feature.
50-   `codespan::Files` now implements `codespan_reporting::files::Files`
51
52## [0.8.0] - 2020-02-24
53## [0.7.0] - 2020-01-06
54## [0.6.0] - 2019-12-18
55## [0.5.0] - 2019-10-02
56## [0.4.1] - 2019-08-25
57## [0.4.0] - 2019-08-22
58## [0.3.0] - 2019-05-01
59## [0.2.1] - 2019-02-26
60## [0.2.0] - 2018-10-11
61
62[Unreleased]: https://github.com/brendanzab/codespan/compare/v0.11.0...HEAD
63[0.11.0]: https://github.com/brendanzab/codespan/compare/v0.9.5...v0.11.0
64[0.9.5]: https://github.com/brendanzab/codespan/compare/v0.9.4...v0.9.5
65[0.9.4]: https://github.com/brendanzab/codespan/compare/v0.9.3...v0.9.4
66[0.9.3]: https://github.com/brendanzab/codespan/compare/v0.9.2...v0.9.3
67[0.9.2]: https://github.com/brendanzab/codespan/compare/v0.9.1...v0.9.2
68[0.9.1]: https://github.com/brendanzab/codespan/compare/v0.9.0...v0.9.1
69[0.9.0]: https://github.com/brendanzab/codespan/compare/v0.8.0...v0.9.0
70[0.8.0]: https://github.com/brendanzab/codespan/compare/v0.7.0...v0.8.0
71[0.7.0]: https://github.com/brendanzab/codespan/compare/v0.6.0...v0.7.0
72[0.6.0]: https://github.com/brendanzab/codespan/compare/v0.5.0...v0.6.0
73[0.5.0]: https://github.com/brendanzab/codespan/compare/v0.4.1...v0.5.0
74[0.4.1]: https://github.com/brendanzab/codespan/compare/v0.4.0...v0.4.1
75[0.4.0]: https://github.com/brendanzab/codespan/compare/v0.3.0...v0.4.0
76[0.3.0]: https://github.com/brendanzab/codespan/compare/v0.2.1...v0.3.0
77[0.2.1]: https://github.com/brendanzab/codespan/compare/v0.2.0...v0.2.1
78[0.2.0]: https://github.com/brendanzab/codespan/releases/tag/v0.2.0
79