Skip to content

Commit 58c3222

Browse files
committed
Bump version to v0.0.142
1 parent 2575223 commit 58c3222

3 files changed

Lines changed: 81 additions & 60 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.142] - 2025-09-20
11+
12+
### Fixed
13+
14+
- **MD013**: Refactored to emit warning-based fixes for LSP compatibility (#79)
15+
- MD013 reflow now works correctly when using LSP formatting in editors like Helix
16+
- Generates proper warning-based fixes with byte ranges instead of document transforms
17+
- Preserves trailing newlines and handles multi-line list items correctly
18+
1019
## [0.0.141] - 2025-09-15
1120

1221
### Added
@@ -714,7 +723,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
714723

715724
- Initial implementation of remaining rules for markdownlint parity
716725

717-
[Unreleased]: https://github.com/rvben/rumdl/compare/v0.0.140...HEAD
726+
[Unreleased]: https://github.com/rvben/rumdl/compare/v0.0.142...HEAD
727+
[0.0.142]: https://github.com/rvben/rumdl/compare/v0.0.141...v0.0.142
718728
[0.0.140]: https://github.com/rvben/rumdl/compare/v0.0.139...v0.0.140
719729
[0.0.138]: https://github.com/rvben/rumdl/compare/v0.0.137...v0.0.138
720730
[0.0.137]: https://github.com/rvben/rumdl/compare/v0.0.136...v0.0.137

Cargo.lock

Lines changed: 69 additions & 58 deletions
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.0.141"
3+
version = "0.0.142"
44
edition = "2024"
55
rust-version = "1.89.0"
66
description = "A fast Markdown linter written in Rust (Ru(st) MarkDown Linter)"

0 commit comments

Comments
 (0)