Skip to content

Commit

Permalink
chore(master): release 0.5.1 (#26)
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 f20889a commit 29b46ef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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


### Features

* add seance option to graveyard subcommand ([ad85c0f](https://github.com/MilesCranmer/rip2/commit/ad85c0fd517f476bf4d141a8a1c30e173c43152d))
* add subcommand to get graveyard path ([448caf7](https://github.com/MilesCranmer/rip2/commit/448caf7b6c6c86bd8fa02783d4b7e70064725d11))
* use colors in help menus ([261e69d](https://github.com/MilesCranmer/rip2/commit/261e69d7d3671b5b131ac8458eb10c462098ea34))

## [0.5.0](https://github.com/MilesCranmer/rip2/compare/v0.4.0...v0.5.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.5.0"
version = "0.5.1"
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 29b46ef

Please sign in to comment.