Skip to content

Commit f9d14eb

Browse files
authored
chore(main): release 0.2.1 (#358)
1 parent 7a96e37 commit f9d14eb

File tree

21 files changed

+50
-36
lines changed

21 files changed

+50
-36
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.1](https://github.com/mdn/rari/compare/v0.2.0...v0.2.1) (2025-11-06)
9+
10+
11+
### Bug Fixes
12+
13+
* **css-syntax:** distinguish formal syntax scopes ([#359](https://github.com/mdn/rari/issues/359)) ([7a96e37](https://github.com/mdn/rari/commit/7a96e37c8b7209df65e14fc55b931ad551a040e5))
14+
* **tools/redirects:** remove entries where target page exists ([#352](https://github.com/mdn/rari/issues/352)) ([29efb99](https://github.com/mdn/rari/commit/29efb996fd19ba7e686d3028a45a358567a749f8))
15+
16+
17+
### Miscellaneous
18+
19+
* **deps:** bump rust from 1.86 to 1.90 ([#360](https://github.com/mdn/rari/issues/360)) ([fd36371](https://github.com/mdn/rari/commit/fd363711f2b00d16efe18cf50f1a1c81b8665e2e))
20+
* **rustfmt:** disable unstable features ([#363](https://github.com/mdn/rari/issues/363)) ([247311f](https://github.com/mdn/rari/commit/247311fcf4ce5b6a3a8537b4652f97a2b0aec86c))
21+
822
## [0.2.0](https://github.com/mdn/rari/compare/v0.1.54...v0.2.0) (2025-10-31)
923

1024

Cargo.lock

Lines changed: 16 additions & 16 deletions
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 = "rari"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55
license = "MPL-2.0"
66
authors = ["MDN Engineering Team <[email protected]>"]

crates/css-definition-syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-definition-syntax"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/css-syntax-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-syntax-types"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/css-syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-syntax"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/diff-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diff-test"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-data"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-deps/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-deps"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)