Skip to content

Commit 425b626

Browse files
committed
Bump version to v0.0.129
1 parent 3143981 commit 425b626

3 files changed

Lines changed: 10 additions & 7 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.129] - 2025-08-26
11+
1012
## [0.0.128] - 2025-08-25
1113

1214
## [0.0.127] - 2025-08-25
@@ -481,7 +483,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
481483

482484
- Initial implementation of remaining rules for markdownlint parity
483485

484-
[Unreleased]: https://github.com/rvben/rumdl/compare/v0.0.128...HEAD
486+
[Unreleased]: https://github.com/rvben/rumdl/compare/v0.0.129...HEAD
487+
[0.0.129]: https://github.com/rvben/rumdl/compare/v0.0.128...v0.0.129
485488
[0.0.128]: https://github.com/rvben/rumdl/compare/v0.0.127...v0.0.128
486489
[0.0.127]: https://github.com/rvben/rumdl/compare/v0.0.126...v0.0.127
487490
[0.0.126]: https://github.com/rvben/rumdl/compare/v0.0.125...v0.0.126

Cargo.lock

Lines changed: 5 additions & 5 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.128"
3+
version = "0.0.129"
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)