Skip to content

Commit

Permalink
Merge pull request #57 from MilesCranmer/release-please--branches--ma…
Browse files Browse the repository at this point in the history
…ster--components--rip2

chore(master): release 0.8.3
  • Loading branch information
MilesCranmer authored Oct 22, 2024
2 parents 1023eca + 73e867a commit 11b04d2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.2"
".": "0.8.3"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.8.3](https://github.com/MilesCranmer/rip2/compare/v0.8.2...v0.8.3) (2024-10-22)


### Bug Fixes

* [#54](https://github.com/MilesCranmer/rip2/issues/54) with missed metadata ([a44e992](https://github.com/MilesCranmer/rip2/commit/a44e992b4ba8d99145b8180fef2d29fefd339926))
* mistaken deletion of header when deleting lines ([bbebe2d](https://github.com/MilesCranmer/rip2/commit/bbebe2d8590b61bbf684dcc751ec8ca3590fe0be))
* potential issue with missing header ([0a7e2bc](https://github.com/MilesCranmer/rip2/commit/0a7e2bcf01690ffd770261e88e634b88536d3793))

## [0.8.2](https://github.com/MilesCranmer/rip2/compare/v0.8.1...v0.8.2) (2024-08-12)


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.8.2"
version = "0.8.3"
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 11b04d2

Please sign in to comment.