Skip to content

Commit 87a6758

Browse files
committed
chore: bump version to v0.2.35
1 parent b3fd874 commit 87a6758

17 files changed

Lines changed: 43 additions & 26 deletions

File tree

CHANGELOG.md

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

7474

7575

76+
77+
78+
## [0.2.35](https://github.com/rvben/rumdl/compare/v0.2.34...v0.2.35) - 2026-07-17
79+
80+
### Added
81+
82+
- **cli**: honor --deny-config-warnings on the stdin path ([0f93ca5](https://github.com/rvben/rumdl/commit/0f93ca5187176e459bbbae4a43a8468983ae8176))
83+
- **cli**: make --deny-config-warnings cover inline disable-comment rule names ([96d75f5](https://github.com/rvben/rumdl/commit/96d75f56b5f114983ec1163413d779f48a2ad8e7))
84+
- **cli**: add --deny-config-warnings for config-file and CLI-flag problems ([5045daf](https://github.com/rvben/rumdl/commit/5045daf52e13d0e308740df7253177f24411a0e7))
85+
- **reflow**: support breaking within emphasis spans ([2e8bded](https://github.com/rvben/rumdl/commit/2e8bded170f917ab00deef193aa5996a301c3bd4))
86+
87+
### Fixed
88+
89+
- **reflow**: preserve non-breaking spaces and the space before French double punctuation ([f66021f](https://github.com/rvben/rumdl/commit/f66021f067713fa28b481a457cb99b3dc7a7804b))
90+
- **cli**: walk directory arguments even when file paths are also passed ([d058273](https://github.com/rvben/rumdl/commit/d058273dd177eb0d41059215c21cb1e598a3ab18))
91+
- **lsp**: honor line anchors in goto-definition ([17a21e7](https://github.com/rvben/rumdl/commit/17a21e796f6f18ef1abf88e7b64d2a7f33647987))
92+
- **md077**: attribute middle-level continuation lines to their own list item ([c73763b](https://github.com/rvben/rumdl/commit/c73763ba2e0149548703e8733346967e1eca1d28))
7693

7794
## [0.2.34](https://github.com/rvben/rumdl/compare/v0.2.33...v0.2.34) - 2026-07-14
7895

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.2.34"
3+
version = "0.2.35"
44
edition = "2024"
55
rust-version = "1.94.0"
66
description = "A fast Markdown linter written in Rust (Ru(st) MarkDown Linter)"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ mise ls-remote rumdl
207207
mise install rumdl
208208

209209
# Use a specific version for the project
210-
mise use rumdl@0.2.34
210+
mise use rumdl@0.2.35
211211
```
212212

213213
### Using Nix (macOS/Linux)
@@ -436,7 +436,7 @@ Add the following to your `.pre-commit-config.yaml`:
436436
```yaml
437437
repos:
438438
- repo: https://github.com/rvben/rumdl-pre-commit
439-
rev: v0.2.34
439+
rev: v0.2.35
440440
hooks:
441441
- id: rumdl # Lint only; add args [--fix] to auto-fix
442442
- id: rumdl-fmt # Pure format, always exits 0
@@ -452,7 +452,7 @@ This mirrors the `ruff` + `ruff-format` split: the linter hook reports by defaul
452452
```yaml
453453
repos:
454454
- repo: https://github.com/rvben/rumdl-pre-commit
455-
rev: v0.2.34
455+
rev: v0.2.35
456456
hooks:
457457
- id: rumdl
458458
args: [--fix] # Auto-fix violations in place
@@ -469,7 +469,7 @@ However, for pre-commit workflows where you want to include all files, even when
469469
```yaml
470470
repos:
471471
- repo: https://github.com/rvben/rumdl-pre-commit
472-
rev: v0.2.34
472+
rev: v0.2.35
473473
hooks:
474474
- id: rumdl
475475
args: [--no-exclude] # Disable all exclude patterns

docs/getting-started/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Add to `.pre-commit-config.yaml`:
9696
```yaml
9797
repos:
9898
- repo: https://github.com/rvben/rumdl-pre-commit
99-
rev: v0.2.34 # Use latest version
99+
rev: v0.2.35 # Use latest version
100100
hooks:
101101
- id: rumdl
102102
```

docs/global-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ find . -name "*.md" -o -name "*.markdown" | head -10
13971397

13981398
```yaml
13991399
- repo: https://github.com/rvben/rumdl-pre-commit
1400-
rev: v0.2.34
1400+
rev: v0.2.35
14011401
hooks:
14021402
- id: rumdl
14031403
args: [--config=.rumdl.toml]

docs/mdformat-comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ line-length = 80
232232
233233
# After
234234
- repo: https://github.com/rvben/rumdl-pre-commit
235-
rev: v0.2.34
235+
rev: v0.2.35
236236
hooks:
237237
- id: rumdl
238238
```

docs/usage/ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The `v0` tag always points to the latest stable release.
4040
```yaml
4141
- uses: rvben/rumdl@v0
4242
with:
43-
version: "0.2.34"
43+
version: "0.2.35"
4444
path: docs/
4545
```
4646

docs/usage/pre-commit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Add to your `.pre-commit-config.yaml`:
1313
```yaml title=".pre-commit-config.yaml"
1414
repos:
1515
- repo: https://github.com/rvben/rumdl-pre-commit
16-
rev: v0.2.34 # Use latest version
16+
rev: v0.2.35 # Use latest version
1717
hooks:
1818
- id: rumdl # Lint only; add args [--fix] to auto-fix
1919
- id: rumdl-fmt # Pure format, always exits 0

npm/cli-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rumdl/cli-darwin-arm64",
3-
"version": "0.2.34",
3+
"version": "0.2.35",
44
"description": "rumdl binary for macOS ARM64 (Apple Silicon)",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)