Skip to content

Commit fdbe450

Browse files
committed
chore: bump version to v0.2.7
1 parent 6b9fcee commit fdbe450

13 files changed

Lines changed: 28 additions & 21 deletions

File tree

CHANGELOG.md

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

4646

4747

48+
49+
50+
## [0.2.7](https://github.com/rvben/rumdl/compare/v0.2.6...v0.2.7) - 2026-06-03
51+
52+
### Fixed
53+
54+
- **MD077**: normalize over-indented loose list continuation ([6b9fcee](https://github.com/rvben/rumdl/commit/6b9fcee51851c3dd3397b0a45df1dcdc5f2cb555))
4855

4956
## [0.2.6](https://github.com/rvben/rumdl/compare/v0.2.5...v0.2.6) - 2026-06-03
5057

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.6"
3+
version = "0.2.7"
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
@@ -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.6
210+
mise use rumdl@0.2.7
211211
```
212212

213213
### Using Nix (macOS/Linux)
@@ -406,7 +406,7 @@ Add the following to your `.pre-commit-config.yaml`:
406406
```yaml
407407
repos:
408408
- repo: https://github.com/rvben/rumdl-pre-commit
409-
rev: v0.2.6
409+
rev: v0.2.7
410410
hooks:
411411
- id: rumdl # Lint only (fails on issues)
412412
- id: rumdl-fmt # Auto-format and fail if issues remain
@@ -428,7 +428,7 @@ However, for pre-commit workflows where you want to include all files, even when
428428
```yaml
429429
repos:
430430
- repo: https://github.com/rvben/rumdl-pre-commit
431-
rev: v0.2.6
431+
rev: v0.2.7
432432
hooks:
433433
- id: rumdl
434434
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.2.6
1345+
rev: v0.2.7
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.2.6",
3+
"version": "0.2.7",
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.2.6",
3+
"version": "0.2.7",
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.2.6",
3+
"version": "0.2.7",
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.2.6",
3+
"version": "0.2.7",
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.2.6",
3+
"version": "0.2.7",
44
"description": "rumdl binary for Linux x64 (musl/Alpine)",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)