Skip to content

Commit c69c9c1

Browse files
committed
update: v0.1.14
1 parent f5bc9db commit c69c9c1

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 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.1.14] - 2025-10-06
11+
12+
### Changed
13+
14+
- Update dependencies to latest versions
15+
16+
### Fixed
17+
- Fixed the linting issues in the codebase
18+
1019
## [0.1.13] - 2025-09-18
1120

1221
### Added
@@ -22,7 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2231

2332
- update documentation about installation and README
2433

25-
2634
## [0.1.12] - 2025-09-11
2735

2836
### Changed

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 = "rmxt"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition = "2024"
55
authors = ["Santosh Shrestha <santoshxshrestha@gmail.com> "]
66
description = "A replacement for the 'rm' command with a trash feature for safer file deletion."

0 commit comments

Comments
 (0)