Skip to content

Commit 9ca0f3a

Browse files
committed
Bump version to v0.0.101
1 parent 7525154 commit 9ca0f3a

3 files changed

Lines changed: 6 additions & 3 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.101] - 2025-07-23
11+
1012
## [0.0.100] - 2025-07-22
1113

1214
### Performance Improvements
@@ -243,7 +245,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
243245

244246
- Initial implementation of remaining rules for markdownlint parity
245247

246-
[Unreleased]: https://github.com/rvben/rumdl/compare/v0.0.100...HEAD
248+
[Unreleased]: https://github.com/rvben/rumdl/compare/v0.0.101...HEAD
249+
[0.0.101]: https://github.com/rvben/rumdl/compare/v0.0.100...v0.0.101
247250
[0.0.100]: https://github.com/rvben/rumdl/compare/v0.0.99...v0.0.100
248251
[0.0.99]: https://github.com/rvben/rumdl/compare/v0.0.98...v0.0.99
249252
[0.0.98]: https://github.com/rvben/rumdl/compare/v0.0.97...v0.0.98

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.0.100"
3+
version = "0.0.101"
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)