Skip to content

Commit

Permalink
chore: changelog and version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kopardev committed Mar 1, 2024
1 parent 6ed82cf commit fefa09e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@

### Bug fixes

## spacesavers2 v0.12.0

### New features

- `spacesavers2_pdq` is now counting inodes (not files) and including links and directories (#95, @kopardev)
- "pathlib.glob" is replaced with "os.scandir" for speedy folder traversing
- `--quite` option added to `spacesavers2_pdq` and `spacesavers2_catalog` to suppress progress bar output when running non-interactively eg. as a cronjob. This reduces size of .err file.

### Bug fixes

- `spacesavers2_pdq` not does NOT ignore links and folders (#93, @kopardev)
- `redirect` correctly captures intermediate non-zero exit codes
- "eval" statements removed from `spacesavers2_e2e` to accurately capture non-zero exit codes; makes sure e2d fails if catalog fails internally

## spacesavers2 0.11.6

Expand Down
2 changes: 1 addition & 1 deletion src/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.6-dev
0.12.0

0 comments on commit fefa09e

Please sign in to comment.