Skip to content

Commit

Permalink
chore(master): release 0.6.0 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 22, 2024
1 parent 92c8527 commit 5c23466
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.6.0](https://github.com/MilesCranmer/rip2/compare/v0.5.2...v0.6.0) (2024-04-22)


### ⚠ BREAKING CHANGES

* switch from walkdir to jwalk for parallelism
* switch display to binary prefix

### Features

* `fs_extra` to get dir sizes ([ceda4a9](https://github.com/MilesCranmer/rip2/commit/ceda4a974a68d1ef48cd58322e49118f507ba076))
* sort entries in inspection mode ([7686ea3](https://github.com/MilesCranmer/rip2/commit/7686ea362f631ed8a877963c56e1eccbb24172c6))
* switch display to binary prefix ([8fd45f1](https://github.com/MilesCranmer/rip2/commit/8fd45f1e0eb95a217756363a0e3dfda99db7dd21))
* switch from walkdir to jwalk for parallelism ([c1d7d09](https://github.com/MilesCranmer/rip2/commit/c1d7d09df9131cc52b19905dc8b8c0718d5a36c9))


### Reverts

* feat!: switch from walkdir to jwalk for parallelism ([efaa396](https://github.com/MilesCranmer/rip2/commit/efaa396054c0e0f6b12dabb01147a4481db298f8))

## [0.5.2](https://github.com/MilesCranmer/rip2/compare/v0.5.1...v0.5.2) (2024-04-15)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = '2021'
name = "rip2"
version = "0.5.2"
version = "0.6.0"
authors = ["mail@nivekuil.com", "mahid@standingpad.org", "miles.cranmer@gmail.com"]
description = "rip: a safe and ergonomic alternative to rm"
repository = "https://github.com/MilesCranmer/rip"
Expand Down

0 comments on commit 5c23466

Please sign in to comment.