Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
This brings it in line with the other Linebender changelogs and
adds an entry for the `no_std` change.
  • Loading branch information
waywardmonkeys committed Jan 2, 2025
1 parent f497426 commit 9aa129a
Showing 1 changed file with 30 additions and 10 deletions.
40 changes: 30 additions & 10 deletions CHANGELOG.md
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

0 comments on commit 9aa129a

Please sign in to comment.