-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This brings it in line with the other Linebender changelogs and adds an entry for the `no_std` change.
- Loading branch information
1 parent
f497426
commit 9aa129a
Showing
1 changed file
with
30 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,44 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
# Changelog | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
<!-- Instructions | ||
This changelog follows the patterns described here: <https://keepachangelog.com/en/1.0.0/>. | ||
Subheadings to categorize changes are `added, changed, deprecated, removed, fixed, security`. | ||
--> | ||
|
||
The latest published SimpleCSS release is [0.2.1](#021-2021-07-20) which was released on 2021-07-20. | ||
You can find its changes [documented below](#021-2021-07-20). | ||
|
||
## [Unreleased] | ||
|
||
This release has an [MSRV][] of 1.65. | ||
|
||
## [0.2.1] - 2021-07-20 | ||
- Add rules sorting by specificity. Thanks to [@baskerville](https://github.com/baskerville) | ||
## Added | ||
|
||
- Support for `no_std`. ([#17][] by [@waywardmonkeys][]) | ||
|
||
## [0.2.1][] (2021-07-20) | ||
|
||
- Add rules sorting by specificity. ([#7][] by [@baskerville][]) | ||
|
||
## [0.2.0][] (2019-08-17) | ||
|
||
## [0.2.0] - 2019-08-17 | ||
- A complete rewrite. | ||
|
||
## 0.1.0 - 2017-01-14 | ||
## 0.1.0 (2017-01-14) | ||
|
||
- Initial release. | ||
|
||
[MSRV]: README.md#minimum-supported-rust-version-msrv | ||
|
||
[#7]: https://github.com/linebender/simplecss/pull/7 | ||
[#17]: https://github.com/linebender/simplecss/pull/17 | ||
|
||
[@baskerville]: https://github.com/baskerville | ||
[@waywardmonkeys]: https://github.com/waywardmonkeys | ||
|
||
[Unreleased]: https://github.com/RazrFalcon/simplecss/compare/v0.2.1...HEAD | ||
[0.2.1]: https://github.com/RazrFalcon/simplecss/compare/v0.2.0...v0.2.1 | ||
[0.2.0]: https://github.com/RazrFalcon/simplecss/compare/v0.1.0...v0.2.0 | ||
|
||
[MSRV]: README.md#minimum-supported-rust-version-msrv |