Update README, version bump 0.6.0
All checks were successful
Lint & Security / precommit-and-security (pull_request) Successful in 48s

This commit is contained in:
2025-12-15 17:23:08 +00:00
parent 537397ac36
commit 9adbb74602
2 changed files with 8 additions and 1 deletions

View File

@@ -104,6 +104,13 @@ This:
3. and overwrites the target file with its original contents. 3. and overwrites the target file with its original contents.
### Restore ANY backup
```
mirro --restore filename.ext.orig.20251110T174400
Restored /path/to/filename.ext from backup filename.ext.orig.20251110T174400
```
### Remove old backup files. ### Remove old backup files.
``` ```

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "mirro" name = "mirro"
version = "0.5.0" version = "0.6.0"
description = "A safe editing wrapper: edits a temp copy, compares, and saves original backup if changed." description = "A safe editing wrapper: edits a temp copy, compares, and saves original backup if changed."
authors = ["Marco D'Aleo <marco@marcodaleo.com>"] authors = ["Marco D'Aleo <marco@marcodaleo.com>"]
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"