Skip to content

Commit e3c0d98

Browse files
authored
Merge pull request #126 from MilesCranmer/release-please--branches--master--components--rip2
chore(master): release 0.9.5
2 parents 7fd16e4 + 648a416 commit e3c0d98

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.4"
2+
".": "0.9.5"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.9.5](https://github.com/MilesCranmer/rip2/compare/v0.9.4...v0.9.5) (2025-09-03)
4+
5+
6+
### Features
7+
8+
* generate error on failed permission propagation ([7cf66d9](https://github.com/MilesCranmer/rip2/commit/7cf66d94cb15b82bec7b6fa50f286447a4151dfd))
9+
10+
11+
### Bug Fixes
12+
13+
* ensure we recreate permissions unburying ([e6b147a](https://github.com/MilesCranmer/rip2/commit/e6b147ab50fb3f448a6ea5e6a066fddf6af18c18))
14+
* force setting permissions to 700 ([65a022d](https://github.com/MilesCranmer/rip2/commit/65a022d8dc1790c6b33ba5ac0da744e34dcb5d19))
15+
* missing parent dirs if option None ([88341ce](https://github.com/MilesCranmer/rip2/commit/88341cee322710fa57726fb2145b120bc492589e))
16+
* propagate parent directory permissions to graveyard ([72a0d76](https://github.com/MilesCranmer/rip2/commit/72a0d765d8645bb38c8e8c27284ae246813a2810))
17+
318
## [0.9.4](https://github.com/MilesCranmer/rip2/compare/v0.9.3...v0.9.4) (2025-04-20)
419

520

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,7 +1,7 @@
11
[package]
22
edition = '2021'
33
name = "rip2"
4-
version = "0.9.4"
4+
version = "0.9.5"
55
authors = ["mail@nivekuil.com", "mahid@standingpad.org", "miles.cranmer@gmail.com"]
66
description = "rip: a safe and ergonomic alternative to rm"
77
repository = "https://github.com/MilesCranmer/rip"

0 commit comments

Comments
 (0)