Skip to content

Commit 84dc944

Browse files
committed
chore: bump version to v0.2.8
1 parent 09772d6 commit 84dc944

13 files changed

Lines changed: 39 additions & 21 deletions

File tree

CHANGELOG.md

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

4747

4848

49+
50+
51+
## [0.2.8](https://github.com/rvben/rumdl/compare/v0.2.7...v0.2.8) - 2026-06-05
52+
53+
### Added
54+
55+
- **code-block-tools**: add deno fmt as a built-in formatter ([755b086](https://github.com/rvben/rumdl/commit/755b086982ce01032415d492952dc98925d51b0a))
56+
- **junit**: report passing files, not just failures ([dc8a964](https://github.com/rvben/rumdl/commit/dc8a9645aa941372b3cc79d4773a8a2842d7728d))
57+
- **code-block-tools**: generate built-in tools docs table from the registry ([fe9d52c](https://github.com/rvben/rumdl/commit/fe9d52c214bb8fdcf92dc3df1f7e3ac1144d7785))
58+
59+
### Fixed
60+
61+
- **code-block-tools**: drop rubocop (not usable as a generic code-block linter) ([fa7fa83](https://github.com/rvben/rumdl/commit/fa7fa8332326206fced97b518ee61bf972288d9f))
62+
- **code-block-tools**: correct and drop built-ins after verifying real binaries ([9106da9](https://github.com/rvben/rumdl/commit/9106da9d3f7b97cdf41dbc708e826827d73424b9))
63+
- **code-block-tools**: correct shellcheck invocation, drop unworkable eslint ([415fab0](https://github.com/rvben/rumdl/commit/415fab08617fea16e9986694b2fe98b76ee2171f))
64+
- **MD026**: make trailing-punctuation removal idempotent ([3dfeb83](https://github.com/rvben/rumdl/commit/3dfeb838f115020e5595759c489a56ebd62b106c))
65+
- **config**: bound project config discovery at the home directory ([0cdf3b7](https://github.com/rvben/rumdl/commit/0cdf3b72a6d2f6bababe4ec6f6605d183848f1ad))
66+
- **tables**: use real line terminator for byte offsets in table detection ([751b158](https://github.com/rvben/rumdl/commit/751b158c74b67682cc9de2023adfd7c82ad3e562))
4967

5068
## [0.2.7](https://github.com/rvben/rumdl/compare/v0.2.6...v0.2.7) - 2026-06-03
5169

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.7"
3+
version = "0.2.8"
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.7
210+
mise use rumdl@0.2.8
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.7
409+
rev: v0.2.8
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.7
431+
rev: v0.2.8
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.7
1345+
rev: v0.2.8
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.7",
3+
"version": "0.2.8",
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.7",
3+
"version": "0.2.8",
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.7",
3+
"version": "0.2.8",
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.7",
3+
"version": "0.2.8",
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.7",
3+
"version": "0.2.8",
44
"description": "rumdl binary for Linux x64 (musl/Alpine)",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)