Skip to content

Commit 28dd972

Browse files
committed
chore(release): prepare v0.1.36
1 parent 0ad3201 commit 28dd972

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.36] - 2026-03-02
11+
12+
### Added
13+
14+
- **Lint**: Rust doc comment linting — `rumdl check` and `rumdl check --fix`
15+
now lint markdown inside `///` and `//!` doc comments in `.rs` files.
16+
Rules that don't apply to doc comments (MD041, MD047) are automatically
17+
skipped. Column numbers are remapped to the original source positions
18+
([#438](https://github.com/rvben/rumdl/issues/438))
19+
20+
### Fixed
21+
22+
- **WASM**: Enable opt-in rules (like MD060) via per-rule `enabled = true`
23+
and `extend-enable` in WASM/Obsidian plugin configuration
24+
([obsidian-rumdl#15](https://github.com/rvben/obsidian-rumdl/issues/15))
25+
- **WASM**: Add `fixable`/`unfixable` config fields so fix scope restrictions
26+
work in WASM builds
27+
- **WASM**: Set `enable_is_explicit` when `enable` is present, matching CLI
28+
behavior where `enable = []` means "no rules"
29+
- **WASM**: Use canonical `MarkdownFlavor::from_str()` for flavor parsing so
30+
all aliases (`qmd`, `rmd`, `gfm`, `commonmark`, etc.) work in WASM
31+
1032
## [0.1.35] - 2026-03-02
1133

1234
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rumdl"
3-
version = "0.1.35"
3+
version = "0.1.36"
44
edition = "2024"
55
rust-version = "1.91.0"
66
description = "A fast Markdown linter written in Rust (Ru(st) MarkDown Linter)"

0 commit comments

Comments
 (0)