Skip to content

Commit 6eacb39

Browse files
Release 0.2.2 (#29)
1 parent cefb025 commit 6eacb39

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,21 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe
88
99
-->
1010

11-
The latest published SimpleCSS release is [0.2.1](#021-2021-07-20) which was released on 2021-07-20.
12-
You can find its changes [documented below](#021-2021-07-20).
11+
The latest published SimpleCSS release is [0.2.2](#022-2025-01-06) which was released on 2022-01-06.
12+
You can find its changes [documented below](#022-2025-01-06).
1313

1414
## [Unreleased]
1515

1616
This release has an [MSRV][] of 1.65.
1717

18+
## [0.2.2][] (2025-01-06)
19+
20+
This release has an [MSRV][] of 1.65.
21+
1822
This is the first release under the stewardship of [Linebender][], who is now responsible for maintenance of this crate.
1923
Many thanks to Yevhenii Reizner for the years of hard work that he has poured into this and other crates.
2024

21-
## Added
25+
### Added
2226

2327
- Support for `no_std`. ([#17][] by [@waywardmonkeys][])
2428

@@ -43,6 +47,7 @@ Many thanks to Yevhenii Reizner for the years of hard work that he has poured in
4347
[@baskerville]: https://github.com/baskerville
4448
[@waywardmonkeys]: https://github.com/waywardmonkeys
4549

46-
[Unreleased]: https://github.com/RazrFalcon/simplecss/compare/v0.2.1...HEAD
50+
[Unreleased]: https://github.com/RazrFalcon/simplecss/compare/v0.2.2...HEAD
51+
[0.2.2]: https://github.com/RazrFalcon/simplecss/compare/v0.2.1...v0.2.2
4752
[0.2.1]: https://github.com/RazrFalcon/simplecss/compare/v0.2.0...v0.2.1
4853
[0.2.0]: https://github.com/RazrFalcon/simplecss/compare/v0.1.0...v0.2.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simplecss"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
license = "Apache-2.0 OR MIT"
55
edition = "2021"
66
description = "A simple CSS 2 parser and selector."

0 commit comments

Comments
 (0)