Skip to content

Commit 692e164

Browse files
chore(main): release 0.1.52 (#320)
Co-authored-by: MDN Web Docs GitHub Bot <[email protected]>
1 parent 13ae24c commit 692e164

File tree

21 files changed

+49
-36
lines changed

21 files changed

+49
-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.51"
2+
".": "0.1.52"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.52](https://github.com/mdn/rari/compare/v0.1.51...v0.1.52) (2025-10-13)
9+
10+
11+
### Bug Fixes
12+
13+
* **csssyntax:** update renamed CSS slug ([#325](https://github.com/mdn/rari/issues/325)) ([13ae24c](https://github.com/mdn/rari/commit/13ae24cdc345329377bfc9695f07de770d3851fa))
14+
* **sync-translated-content:** handle renames to sync case changes from content ([#327](https://github.com/mdn/rari/issues/327)) ([f64385d](https://github.com/mdn/rari/commit/f64385dee9a90a26290ec2dea6f483d363dd92b4))
15+
16+
17+
### Miscellaneous
18+
19+
* add rustfmt and clippy to linter action toolchain ([#321](https://github.com/mdn/rari/issues/321)) ([3e70d19](https://github.com/mdn/rari/commit/3e70d198d431a7c5c4fd4499c5ff2dd30ad0773c))
20+
821
## [0.1.51](https://github.com/mdn/rari/compare/v0.1.50...v0.1.51) (2025-09-18)
922

1023

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.51"
3+
version = "0.1.52"
44
edition = "2021"
55
license = "MPL-2.0"
66
authors = [

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

0 commit comments

Comments
 (0)