diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2cd..c05df9b5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d6ba4db..314a8b24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.1.3](https://github.com/mdn/rari/compare/v0.1.2...v0.1.3) (2024-12-15) + + +### Bug Fixes + +* **baseline:** support invalid baseline json ([bde35ee](https://github.com/mdn/rari/commit/bde35ee532e88c2531cdaa2cde051476e9dacda1)) +* **serve:** support other_translations ([0fcf322](https://github.com/mdn/rari/commit/0fcf322adb0a68e8444a2b3e1d5620affddbbec4)) + ## [0.1.2](https://github.com/mdn/rari/compare/v0.1.1...v0.1.2) (2024-12-11) diff --git a/Cargo.lock b/Cargo.lock index e329fef4..ce753db3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -596,14 +596,14 @@ dependencies = [ [[package]] name = "css-definition-syntax" -version = "0.1.2" +version = "0.1.3" dependencies = [ "thiserror 1.0.69", ] [[package]] name = "css-syntax" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "css-definition-syntax", @@ -620,7 +620,7 @@ dependencies = [ [[package]] name = "css-syntax-types" -version = "0.1.2" +version = "0.1.3" dependencies = [ "regress", "serde", @@ -829,7 +829,7 @@ dependencies = [ [[package]] name = "diff-test" -version = "0.1.2" +version = "0.1.3" dependencies = [ "ansi-to-html", "anyhow", @@ -2588,7 +2588,7 @@ dependencies = [ [[package]] name = "rari" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "axum", @@ -2613,7 +2613,7 @@ dependencies = [ [[package]] name = "rari-data" -version = "0.1.2" +version = "0.1.3" dependencies = [ "chrono", "indexmap", @@ -2628,7 +2628,7 @@ dependencies = [ [[package]] name = "rari-deps" -version = "0.1.2" +version = "0.1.3" dependencies = [ "chrono", "css-syntax-types", @@ -2645,7 +2645,7 @@ dependencies = [ [[package]] name = "rari-doc" -version = "0.1.2" +version = "0.1.3" dependencies = [ "chrono", "constcat", @@ -2696,14 +2696,14 @@ dependencies = [ [[package]] name = "rari-linter" -version = "0.1.2" +version = "0.1.3" dependencies = [ "thiserror 1.0.69", ] [[package]] name = "rari-md" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "base64", @@ -2716,7 +2716,7 @@ dependencies = [ [[package]] name = "rari-sitemap" -version = "0.1.2" +version = "0.1.3" dependencies = [ "chrono", "flate2", @@ -2730,7 +2730,7 @@ dependencies = [ [[package]] name = "rari-templ-func" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "quote", @@ -2740,7 +2740,7 @@ dependencies = [ [[package]] name = "rari-tools" -version = "0.1.2" +version = "0.1.3" dependencies = [ "chrono", "console", @@ -2769,7 +2769,7 @@ dependencies = [ [[package]] name = "rari-types" -version = "0.1.2" +version = "0.1.3" dependencies = [ "chrono", "config", @@ -2786,7 +2786,7 @@ dependencies = [ [[package]] name = "rari-utils" -version = "0.1.2" +version = "0.1.3" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 695f84fe..b581d321 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "MPL-2.0" authors = [ diff --git a/crates/css-definition-syntax/Cargo.toml b/crates/css-definition-syntax/Cargo.toml index c2f6f6df..68e29535 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.1.2" +version = "0.1.3" 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 50b9cd2d..8dd7e83d 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.1.2" +version = "0.1.3" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/css-syntax/Cargo.toml b/crates/css-syntax/Cargo.toml index b372af37..636fc5ad 100644 --- a/crates/css-syntax/Cargo.toml +++ b/crates/css-syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-syntax" -version = "0.1.2" +version = "0.1.3" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/diff-test/Cargo.toml b/crates/diff-test/Cargo.toml index e4b32390..592307d8 100644 --- a/crates/diff-test/Cargo.toml +++ b/crates/diff-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diff-test" -version = "0.1.2" +version = "0.1.3" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-data/Cargo.toml b/crates/rari-data/Cargo.toml index 21c0d5d9..7a3b3693 100644 --- a/crates/rari-data/Cargo.toml +++ b/crates/rari-data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-data" -version = "0.1.2" +version = "0.1.3" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-deps/Cargo.toml b/crates/rari-deps/Cargo.toml index d8df2a77..9061ffb4 100644 --- a/crates/rari-deps/Cargo.toml +++ b/crates/rari-deps/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-deps" -version = "0.1.2" +version = "0.1.3" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-doc/Cargo.toml b/crates/rari-doc/Cargo.toml index 564c926e..1995062e 100644 --- a/crates/rari-doc/Cargo.toml +++ b/crates/rari-doc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-doc" -version = "0.1.2" +version = "0.1.3" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-linter/Cargo.toml b/crates/rari-linter/Cargo.toml index 89ace70a..89266cb0 100644 --- a/crates/rari-linter/Cargo.toml +++ b/crates/rari-linter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-linter" -version = "0.1.2" +version = "0.1.3" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-md/Cargo.toml b/crates/rari-md/Cargo.toml index 95fd15d1..c0bec446 100644 --- a/crates/rari-md/Cargo.toml +++ b/crates/rari-md/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-md" -version = "0.1.2" +version = "0.1.3" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-sitemap/Cargo.toml b/crates/rari-sitemap/Cargo.toml index 4fcfafee..347a008d 100644 --- a/crates/rari-sitemap/Cargo.toml +++ b/crates/rari-sitemap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-sitemap" -version = "0.1.2" +version = "0.1.3" 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 c02737fb..1aa60b3a 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.1.2" +version = "0.1.3" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-tools/Cargo.toml b/crates/rari-tools/Cargo.toml index 3128307a..9c2dd636 100644 --- a/crates/rari-tools/Cargo.toml +++ b/crates/rari-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-tools" -version = "0.1.2" +version = "0.1.3" edition.workspace = true authors = [ "Andi Pieper ", diff --git a/crates/rari-types/Cargo.toml b/crates/rari-types/Cargo.toml index f904ddf5..1b17feea 100644 --- a/crates/rari-types/Cargo.toml +++ b/crates/rari-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-types" -version = "0.1.2" +version = "0.1.3" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-utils/Cargo.toml b/crates/rari-utils/Cargo.toml index 8ff06b3a..7cf8d90e 100644 --- a/crates/rari-utils/Cargo.toml +++ b/crates/rari-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-utils" -version = "0.1.2" +version = "0.1.3" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/rari-npm/package-lock.json b/rari-npm/package-lock.json index dd83d312..238063ed 100644 --- a/rari-npm/package-lock.json +++ b/rari-npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/rari", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/rari", - "version": "0.1.2", + "version": "0.1.3", "hasInstallScript": true, "license": "MPL-2.0", "dependencies": { diff --git a/rari-npm/package.json b/rari-npm/package.json index 9ffea8d5..c29782e4 100644 --- a/rari-npm/package.json +++ b/rari-npm/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/rari", - "version": "0.1.2", + "version": "0.1.3", "description": "npm package for rari", "main": "./lib/index.js", "types": "./lib/index.d.ts",