Skip to content

Commit d9e57d9

Browse files
committed
chore: bump version to v0.2.0
1 parent 272465d commit d9e57d9

13 files changed

Lines changed: 37 additions & 21 deletions

File tree

CHANGELOG.md

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

3939

4040

41+
42+
43+
## [0.2.0](https://github.com/rvben/rumdl/compare/v0.1.96...v0.2.0) - 2026-05-22
44+
45+
### Added
46+
47+
- **lsp**: improve link completion ranking, ignores, and absolute paths ([0ac911e](https://github.com/rvben/rumdl/commit/0ac911ec4836803b57ddebf289f75d83fab31ac4))
48+
- **flavor**: add support for MyST (Markedly Structured Text) (#637) ([3455840](https://github.com/rvben/rumdl/commit/3455840e1424961128cbfaddcd929f43eb60fda7))
49+
50+
### Fixed
51+
52+
- **md007**: close ordered-ancestor exemption leak across deeper nested quotes ([0fa6180](https://github.com/rvben/rumdl/commit/0fa61809228b8f3b9d6708a9f86d3943415f7018))
53+
- **md007**: flag misindented top-level unordered list items ([f277892](https://github.com/rvben/rumdl/commit/f277892545500e5fddf839e41a0a2341cc18fd7d))
54+
- **md007**: apply ordered-ancestor exemption only to genuinely nested sublists (#638) ([4c96cf7](https://github.com/rvben/rumdl/commit/4c96cf701b183c3842753aad5646e500b45b44d3))
55+
- **md013**: reflow list-item prose in normalize mode without false length warnings (#639) ([0816967](https://github.com/rvben/rumdl/commit/08169672b6039a44bd57fab8f56bc1f9bd1c7a3c))
56+
- **cross-file**: honor inline-disable and per-file-ignores on lint-cache fast path ([05c77e4](https://github.com/rvben/rumdl/commit/05c77e4f4b4003c3e62aec0ef7d0ec354fa87acf))
4157

4258
## [0.1.96](https://github.com/rvben/rumdl/compare/v0.1.95...v0.1.96) - 2026-05-21
4359

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.96"
3+
version = "0.2.0"
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ mise ls-remote rumdl
206206
mise install rumdl
207207

208208
# Use a specific version for the project
209-
mise use rumdl@0.1.96
209+
mise use rumdl@0.2.0
210210
```
211211

212212
### Using Nix (macOS/Linux)
@@ -405,7 +405,7 @@ Add the following to your `.pre-commit-config.yaml`:
405405
```yaml
406406
repos:
407407
- repo: https://github.com/rvben/rumdl-pre-commit
408-
rev: v0.1.96
408+
rev: v0.2.0
409409
hooks:
410410
- id: rumdl # Lint only (fails on issues)
411411
- id: rumdl-fmt # Auto-format and fail if issues remain
@@ -427,7 +427,7 @@ However, for pre-commit workflows where you want to include all files, even when
427427
```yaml
428428
repos:
429429
- repo: https://github.com/rvben/rumdl-pre-commit
430-
rev: v0.1.96
430+
rev: v0.2.0
431431
hooks:
432432
- id: rumdl
433433
args: [--no-exclude] # Disable all exclude patterns

docs/global-settings.md

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

13431343
```yaml
13441344
- repo: https://github.com/rvben/rumdl-pre-commit
1345-
rev: v0.1.96
1345+
rev: v0.2.0
13461346
hooks:
13471347
- id: rumdl
13481348
args: [--config=.rumdl.toml]

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.1.96",
3+
"version": "0.2.0",
44
"description": "rumdl binary for macOS ARM64 (Apple Silicon)",
55
"license": "MIT",
66
"repository": {

npm/cli-darwin-x64/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-x64",
3-
"version": "0.1.96",
3+
"version": "0.2.0",
44
"description": "rumdl binary for macOS x64 (Intel)",
55
"license": "MIT",
66
"repository": {

npm/cli-linux-arm64-musl/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-linux-arm64-musl",
3-
"version": "0.1.96",
3+
"version": "0.2.0",
44
"description": "rumdl binary for Linux ARM64 (musl/Alpine)",
55
"license": "MIT",
66
"repository": {

npm/cli-linux-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-linux-arm64",
3-
"version": "0.1.96",
3+
"version": "0.2.0",
44
"description": "rumdl binary for Linux ARM64 (glibc)",
55
"license": "MIT",
66
"repository": {

npm/cli-linux-x64-musl/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-linux-x64-musl",
3-
"version": "0.1.96",
3+
"version": "0.2.0",
44
"description": "rumdl binary for Linux x64 (musl/Alpine)",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)