diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index e7cf9b33..e60bf2a5 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.8" + ".": "0.2.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 03fced53..9b66f940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.9](https://github.com/mdn/rari/compare/v0.2.8...v0.2.9) (2025-12-19) + + +### Bug Fixes + +* **cssxref:** Correct `fit-content()` slug and `calc()` example anchor ([#431](https://github.com/mdn/rari/issues/431)) ([174328b](https://github.com/mdn/rari/commit/174328bf63ba5b92cfb8be939b49db4a5414a6e3)) + + +### Miscellaneous + +* **css_ref:** remove mdn-data dependency ([#434](https://github.com/mdn/rari/issues/434)) ([3ed32ac](https://github.com/mdn/rari/commit/3ed32ac66216f75eac643fbd1f08bc307337cade)) +* **csssyntax:** update "Values_and_units" urls ([#433](https://github.com/mdn/rari/issues/433)) ([6a5d47c](https://github.com/mdn/rari/commit/6a5d47c12facc85aa315492570ff07bf7aa4a3b5)) +* **deps:** bump const_format from 0.2.34 to 0.2.35 ([#425](https://github.com/mdn/rari/issues/425)) ([c00aca7](https://github.com/mdn/rari/commit/c00aca7c4fec2696a54c5c8f6639719e2fc945cb)) +* **deps:** bump cssparser from 0.34.0 to 0.36.0 ([#443](https://github.com/mdn/rari/issues/443)) ([10191ea](https://github.com/mdn/rari/commit/10191eab7edce7970c3f6d32785df3935528479e)) +* **deps:** bump inventory from 0.3.20 to 0.3.21 ([#447](https://github.com/mdn/rari/issues/447)) ([d461558](https://github.com/mdn/rari/commit/d461558b1226194ab92e693016ff1bce74a7d787)) +* **deps:** bump prettydiff from 0.8.1 to 0.9.0 ([#446](https://github.com/mdn/rari/issues/446)) ([df38812](https://github.com/mdn/rari/commit/df38812b95c96857cbdc1dd1eeb5f2339af6f52b)) +* **deps:** bump strum from 0.27.1 to 0.27.2 ([#445](https://github.com/mdn/rari/issues/445)) ([e35aab7](https://github.com/mdn/rari/commit/e35aab7c9a8963dd60d197551fd5ef9d2c4a9079)) +* **deps:** bump tree-sitter-mdn from 0.1.1 to 0.1.5 ([#444](https://github.com/mdn/rari/issues/444)) ([5df41bf](https://github.com/mdn/rari/commit/5df41bf10ee550b05240180456234ff916814270)) +* **diff-test:** print change stats ([#439](https://github.com/mdn/rari/issues/439)) ([41eb00e](https://github.com/mdn/rari/commit/41eb00e89c65567153a5f7375b0af42b0ba96124)) + ## [0.2.8](https://github.com/mdn/rari/compare/v0.2.7...v0.2.8) (2025-12-09) diff --git a/Cargo.lock b/Cargo.lock index 7d6aeb97..5a1365e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,14 +554,14 @@ dependencies = [ [[package]] name = "css-definition-syntax" -version = "0.2.8" +version = "0.2.9" dependencies = [ "thiserror 2.0.12", ] [[package]] name = "css-syntax" -version = "0.2.8" +version = "0.2.9" dependencies = [ "anyhow", "css-definition-syntax", @@ -579,7 +579,7 @@ dependencies = [ [[package]] name = "css-syntax-types" -version = "0.2.8" +version = "0.2.9" dependencies = [ "regress", "serde", @@ -804,7 +804,7 @@ dependencies = [ [[package]] name = "diff-test" -version = "0.2.8" +version = "0.2.9" dependencies = [ "ansi-to-html", "anyhow", @@ -2506,7 +2506,7 @@ dependencies = [ [[package]] name = "rari" -version = "0.2.8" +version = "0.2.9" dependencies = [ "anyhow", "axum", @@ -2536,7 +2536,7 @@ dependencies = [ [[package]] name = "rari-data" -version = "0.2.8" +version = "0.2.9" dependencies = [ "chrono", "indexmap", @@ -2551,7 +2551,7 @@ dependencies = [ [[package]] name = "rari-deps" -version = "0.2.8" +version = "0.2.9" dependencies = [ "chrono", "css-syntax-types", @@ -2572,7 +2572,7 @@ dependencies = [ [[package]] name = "rari-doc" -version = "0.2.8" +version = "0.2.9" dependencies = [ "chrono", "constcat", @@ -2626,14 +2626,14 @@ dependencies = [ [[package]] name = "rari-linter" -version = "0.2.8" +version = "0.2.9" dependencies = [ "thiserror 2.0.12", ] [[package]] name = "rari-lsp" -version = "0.2.8" +version = "0.2.9" dependencies = [ "anyhow", "dashmap", @@ -2655,7 +2655,7 @@ dependencies = [ [[package]] name = "rari-md" -version = "0.2.8" +version = "0.2.9" dependencies = [ "anyhow", "base64", @@ -2668,7 +2668,7 @@ dependencies = [ [[package]] name = "rari-sitemap" -version = "0.2.8" +version = "0.2.9" dependencies = [ "chrono", "flate2", @@ -2682,7 +2682,7 @@ dependencies = [ [[package]] name = "rari-templ-func" -version = "0.2.8" +version = "0.2.9" dependencies = [ "anyhow", "darling", @@ -2693,7 +2693,7 @@ dependencies = [ [[package]] name = "rari-tools" -version = "0.2.8" +version = "0.2.9" dependencies = [ "assert-json-diff", "chrono", @@ -2723,7 +2723,7 @@ dependencies = [ [[package]] name = "rari-types" -version = "0.2.8" +version = "0.2.9" dependencies = [ "chrono", "config", @@ -2745,7 +2745,7 @@ dependencies = [ [[package]] name = "rari-utils" -version = "0.2.8" +version = "0.2.9" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index e4dacad7..3dc87fb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari" -version = "0.2.8" +version = "0.2.9" edition = "2024" license = "MPL-2.0" authors = ["MDN Engineering Team "] diff --git a/crates/css-definition-syntax/Cargo.toml b/crates/css-definition-syntax/Cargo.toml index c934c619..bf8ecedb 100644 --- a/crates/css-definition-syntax/Cargo.toml +++ b/crates/css-definition-syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-definition-syntax" -version = "0.2.8" +version = "0.2.9" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/css-syntax-types/Cargo.toml b/crates/css-syntax-types/Cargo.toml index a28454d7..24fb8538 100644 --- a/crates/css-syntax-types/Cargo.toml +++ b/crates/css-syntax-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-syntax-types" -version = "0.2.8" +version = "0.2.9" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/css-syntax/Cargo.toml b/crates/css-syntax/Cargo.toml index c2132b36..00e724b1 100644 --- a/crates/css-syntax/Cargo.toml +++ b/crates/css-syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-syntax" -version = "0.2.8" +version = "0.2.9" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/diff-test/Cargo.toml b/crates/diff-test/Cargo.toml index bb8400e1..036453e6 100644 --- a/crates/diff-test/Cargo.toml +++ b/crates/diff-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diff-test" -version = "0.2.8" +version = "0.2.9" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-data/Cargo.toml b/crates/rari-data/Cargo.toml index ab5fa6e0..305144f5 100644 --- a/crates/rari-data/Cargo.toml +++ b/crates/rari-data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-data" -version = "0.2.8" +version = "0.2.9" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-deps/Cargo.toml b/crates/rari-deps/Cargo.toml index 20c008c3..29074c25 100644 --- a/crates/rari-deps/Cargo.toml +++ b/crates/rari-deps/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-deps" -version = "0.2.8" +version = "0.2.9" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-doc/Cargo.toml b/crates/rari-doc/Cargo.toml index 2ecbd777..8f03cc5c 100644 --- a/crates/rari-doc/Cargo.toml +++ b/crates/rari-doc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-doc" -version = "0.2.8" +version = "0.2.9" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-linter/Cargo.toml b/crates/rari-linter/Cargo.toml index 809f85a3..1dc1ad6e 100644 --- a/crates/rari-linter/Cargo.toml +++ b/crates/rari-linter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-linter" -version = "0.2.8" +version = "0.2.9" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-lsp/Cargo.toml b/crates/rari-lsp/Cargo.toml index 55db2774..294b7092 100644 --- a/crates/rari-lsp/Cargo.toml +++ b/crates/rari-lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-lsp" -version = "0.2.8" +version = "0.2.9" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-md/Cargo.toml b/crates/rari-md/Cargo.toml index b982c626..42cd175f 100644 --- a/crates/rari-md/Cargo.toml +++ b/crates/rari-md/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-md" -version = "0.2.8" +version = "0.2.9" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-sitemap/Cargo.toml b/crates/rari-sitemap/Cargo.toml index f1b11b9e..1b9a4521 100644 --- a/crates/rari-sitemap/Cargo.toml +++ b/crates/rari-sitemap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-sitemap" -version = "0.2.8" +version = "0.2.9" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-templ-func/Cargo.toml b/crates/rari-templ-func/Cargo.toml index 3c8994a2..510b564e 100644 --- a/crates/rari-templ-func/Cargo.toml +++ b/crates/rari-templ-func/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-templ-func" -version = "0.2.8" +version = "0.2.9" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-tools/Cargo.toml b/crates/rari-tools/Cargo.toml index 9982524d..e189563c 100644 --- a/crates/rari-tools/Cargo.toml +++ b/crates/rari-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-tools" -version = "0.2.8" +version = "0.2.9" edition.workspace = true authors = [ "Andi Pieper ", diff --git a/crates/rari-types/Cargo.toml b/crates/rari-types/Cargo.toml index 6e5d2715..abd53ca1 100644 --- a/crates/rari-types/Cargo.toml +++ b/crates/rari-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-types" -version = "0.2.8" +version = "0.2.9" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-utils/Cargo.toml b/crates/rari-utils/Cargo.toml index b01e0331..c238f3bf 100644 --- a/crates/rari-utils/Cargo.toml +++ b/crates/rari-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-utils" -version = "0.2.8" +version = "0.2.9" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/rari-npm/package-lock.json b/rari-npm/package-lock.json index f99b1ad5..ae3c40da 100644 --- a/rari-npm/package-lock.json +++ b/rari-npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/rari", - "version": "0.2.8", + "version": "0.2.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/rari", - "version": "0.2.8", + "version": "0.2.9", "hasInstallScript": true, "license": "MPL-2.0", "dependencies": { diff --git a/rari-npm/package.json b/rari-npm/package.json index a603f69b..90ae2ecf 100644 --- a/rari-npm/package.json +++ b/rari-npm/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/rari", - "version": "0.2.8", + "version": "0.2.9", "description": "npm package for rari", "main": "./lib/index.js", "types": "./lib/index.d.ts",