Skip to content

Commit cbab7fd

Browse files
authored
chore(main): release 0.1.53 (#329)
1 parent 1a800dd commit cbab7fd

File tree

21 files changed

+54
-36
lines changed

21 files changed

+54
-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.1.52"
2+
".": "0.1.53"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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.1.53](https://github.com/mdn/rari/compare/v0.1.52...v0.1.53) (2025-10-15)
9+
10+
11+
### Features
12+
13+
* **css-syntax:** migrate to @webref/css 7 ([#317](https://github.com/mdn/rari/issues/317)) ([b011b7d](https://github.com/mdn/rari/commit/b011b7dadd18251f05047c31a312edbc3bf88a8d))
14+
15+
16+
### Bug Fixes
17+
18+
* **CODEOWNERS:** add Engineering for dependencies ([#328](https://github.com/mdn/rari/issues/328)) ([a5b5e04](https://github.com/mdn/rari/commit/a5b5e0460a37225e74a2408213eeed6496fa4aba))
19+
20+
21+
### Miscellaneous
22+
23+
* **tools:** remove terminal colorization ([#333](https://github.com/mdn/rari/issues/333)) ([1a800dd](https://github.com/mdn/rari/commit/1a800dd96fd38064d23f7cc03d619f1e37b07999))
24+
* update authors ([#26](https://github.com/mdn/rari/issues/26)) ([58279fc](https://github.com/mdn/rari/commit/58279fc9966b001541cddbb69a9fb46fc86a6507))
25+
826
## [0.1.52](https://github.com/mdn/rari/compare/v0.1.51...v0.1.52) (2025-10-13)
927

1028

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.1.52"
3+
version = "0.1.53"
44
edition = "2021"
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.1.52"
3+
version = "0.1.53"
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.1.52"
3+
version = "0.1.53"
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.1.52"
3+
version = "0.1.53"
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.1.52"
3+
version = "0.1.53"
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.1.52"
3+
version = "0.1.53"
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.1.52"
3+
version = "0.1.53"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)