We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc9c4687 commita115eafCopy full SHA for a115eaf
.github/release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
-".":"0.2.3"
+".":"0.2.4"
3
}
CHANGELOG.md
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
The format is based on[Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+##[0.2.4](https://github.com/mdn/rari/compare/v0.2.3...v0.2.4) (2025-11-28)
9
+
10
11
+###Bug Fixes
12
13
+***doc:** add tracing context to parallel read ([#399](https://github.com/mdn/rari/issues/399)) ([c9c4687](https://github.com/mdn/rari/commit/c9c46871bebea181cbfd0f9d901f0211e1f08d32))
14
15
16
+###Miscellaneous
17
18
+***types:** remove legacy_live_samples_base_url from settings ([#400](https://github.com/mdn/rari/issues/400)) ([d93013f](https://github.com/mdn/rari/commit/d93013f65a9c2f58e97147516099a789a1e77abe))
19
20
##[0.2.3](https://github.com/mdn/rari/compare/v0.2.2...v0.2.3) (2025-11-27)
21
22
Cargo.lock
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name ="rari"
-version ="0.2.3"
+version ="0.2.4"
4
edition ="2024"
license ="MPL-2.0"
authors = ["MDN Engineering Team <mdn-dev@mozilla.com>"]
crates/css-definition-syntax/Cargo.toml
name ="css-definition-syntax"
edition.workspace =true
authors.workspace =true
license.workspace =true
crates/css-syntax-types/Cargo.toml
name ="css-syntax-types"
crates/css-syntax/Cargo.toml
name ="css-syntax"
crates/diff-test/Cargo.toml
name ="diff-test"
crates/rari-data/Cargo.toml
name ="rari-data"
crates/rari-deps/Cargo.toml
name ="rari-deps"