Skip to content

Commit

Permalink
chore(master): release 0.5.0 (#23)
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 15, 2024
1 parent e3eebff commit 85a41a4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.5.0](https://github.com/MilesCranmer/rip2/compare/v0.4.0...v0.5.0) (2024-04-15)


### ⚠ BREAKING CHANGES

* use `env::temp_dir` for graveyard path ([#22](https://github.com/MilesCranmer/rip2/issues/22))

### Features

* use `env::temp_dir` for graveyard path ([#22](https://github.com/MilesCranmer/rip2/issues/22)) ([e3eebff](https://github.com/MilesCranmer/rip2/commit/e3eebffc941aa8540b73214d3e4bf5960a4cd254))

## [0.4.0](https://github.com/MilesCranmer/rip2/compare/v0.3.0...v0.4.0) (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.4.0"
version = "0.5.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 85a41a4

Please sign in to comment.