Skip to content

Commit c52df2c

Browse files
committed
Bump version to v0.0.104
1 parent 5fa756c commit c52df2c

3 files changed

Lines changed: 30 additions & 35 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.104] - 2025-08-02
11+
1012
### Added
1113
- File-wide inline configuration support with `disable-file`, `enable-file`, and `configure-file` comments
1214
- Support for JSON configuration within inline comments to customize rule behavior per file
@@ -257,7 +259,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
257259

258260
- Initial implementation of remaining rules for markdownlint parity
259261

260-
[Unreleased]: https://github.com/rvben/rumdl/compare/v0.0.102...HEAD
262+
[Unreleased]: https://github.com/rvben/rumdl/compare/v0.0.104...HEAD
263+
[0.0.104]: https://github.com/rvben/rumdl/compare/v0.0.103...v0.0.104
261264
[0.0.102]: https://github.com/rvben/rumdl/compare/v0.0.101...v0.0.102
262265
[0.0.101]: https://github.com/rvben/rumdl/compare/v0.0.100...v0.0.101
263266
[0.0.100]: https://github.com/rvben/rumdl/compare/v0.0.99...v0.0.100

Cargo.lock

Lines changed: 25 additions & 33 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.103"
3+
version = "0.0.104"
44
edition = "2024"
55
rust-version = "1.88.0"
66
description = "A fast Markdown linter written in Rust (Ru(st) MarkDown Linter)"

0 commit comments

Comments
 (0)