Skip to content

Commit 197dde3

Browse files
chore(main): release 0.1.21 (#102)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c43860d commit 197dde3

File tree

20 files changed

+52
-34
lines changed

20 files changed

+52
-34
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.20"
2+
".": "0.1.21"
33
}

Diff for: CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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.21](https://github.com/mdn/rari/compare/v0.1.20...v0.1.21) (2025-01-29)
9+
10+
11+
### Features
12+
13+
* **cli:** use info! instead of println! ([797e299](https://github.com/mdn/rari/commit/797e29999c222eb4cd4e4d0d55fa468232b72001))
14+
* **templ:** support full syntax for csssyntaxraw ([1d78439](https://github.com/mdn/rari/commit/1d7843962ba9d2ccdc15b88106a373e16b705a0f))
15+
* **tools:** add validate-redirects and support locale arg ([4488aed](https://github.com/mdn/rari/commit/4488aedb5949d66e5b1fc6e7c72b206c1bf182b7))
16+
17+
18+
### Bug Fixes
19+
20+
* **build:** canonicalize file arguments ([5e2cccf](https://github.com/mdn/rari/commit/5e2cccf14638aa5b389b73c969540daf85366f18)), closes [#98](https://github.com/mdn/rari/issues/98)
21+
* **build:** don't try to read generic pages if not set ([508b26f](https://github.com/mdn/rari/commit/508b26f8073a5cc014d7df8054635f108062e7a4))
22+
* **frontmatter:** status is always an array ([5b5206b](https://github.com/mdn/rari/commit/5b5206b655c8672b23d13e655ef39520af8d1d35))
23+
* **tool:** make `status` frontmatter serialize like in yari ([#109](https://github.com/mdn/rari/issues/109)) ([c43860d](https://github.com/mdn/rari/commit/c43860d4351bb3192004590756f6137440d580b8))
24+
* **yaml:** force double quotes for fm and sidebars ([9890c7d](https://github.com/mdn/rari/commit/9890c7d321b9cc3d91054549552df3b88d826c83))
25+
826
## [0.1.20](https://github.com/mdn/rari/compare/v0.1.19...v0.1.20) (2025-01-24)
927

1028

Diff for: Cargo.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
edition = "2021"
55
license = "MPL-2.0"
66
authors = [

Diff for: crates/css-definition-syntax/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-definition-syntax"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/css-syntax-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-syntax-types"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/css-syntax/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-syntax"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/diff-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diff-test"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/rari-data/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-data"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/rari-deps/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-deps"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/rari-doc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-doc"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/rari-linter/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-linter"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/rari-md/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-md"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/rari-sitemap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-sitemap"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/rari-templ-func/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-templ-func"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/rari-tools/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-tools"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
edition.workspace = true
55
authors = [
66
"Andi Pieper <[email protected]>",

Diff for: crates/rari-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-types"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/rari-utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-utils"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: rari-npm/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: rari-npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdn/rari",
3-
"version": "0.1.20",
3+
"version": "0.1.21",
44
"description": "npm package for rari",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)