Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.8"
".": "0.2.9"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <mdn-dev@mozilla.com>"]
Expand Down
2 changes: 1 addition & 1 deletion crates/css-definition-syntax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/css-syntax-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/css-syntax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/diff-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-deps/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-doc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-linter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-lsp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-md/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-sitemap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-templ-func/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rari-tools"
version = "0.2.8"
version = "0.2.9"
edition.workspace = true
authors = [
"Andi Pieper <apieper@mozilla.com>",
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/rari-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions rari-npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rari-npm/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading