Skip to content

Commit 9b3b1ad

Browse files
chore(master): release 0.9.3 (#92)
Co-authored-by: Miles Cranmer <[email protected]>
1 parent 8cbe353 commit 9b3b1ad

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.2"
2+
".": "0.9.3"
33
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.9.3](https://github.com/MilesCranmer/rip2/compare/v0.9.2...v0.9.3) (2025-01-14)
4+
5+
6+
### Features
7+
8+
* add `-f,--force` flag ([24c460a](https://github.com/MilesCranmer/rip2/commit/24c460a8ed5b74f0de8fb524e653b6c7da2bb36b))
9+
10+
11+
### Bug Fixes
12+
13+
* canonicalize graveyard path in check ([87322f9](https://github.com/MilesCranmer/rip2/commit/87322f9f7d4ddcfbca31b247c8324c04c7d8df38))
14+
315
## [0.9.2](https://github.com/MilesCranmer/rip2/compare/v0.9.1...v0.9.2) (2024-12-24)
416

517

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = '2021'
33
name = "rip2"
4-
version = "0.9.2"
4+
version = "0.9.3"
55
66
description = "rip: a safe and ergonomic alternative to rm"
77
repository = "https://github.com/MilesCranmer/rip"

0 commit comments

Comments
 (0)