Skip to content

Commit

Permalink
chore(master): release 0.9.0 (MilesCranmer#59)
Browse files Browse the repository at this point in the history
Co-authored-by: Miles Cranmer <miles.cranmer@gmail.com>
  • Loading branch information
github-actions[bot] and MilesCranmer authored Oct 22, 2024
1 parent 79043ec commit 4b12a28
Show file tree
Hide file tree
Showing 4 changed files with 22 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.3"
".": "0.9.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* const generic parameter for Record to disable file lock
* create file locking via fs4

### Features

* const generic parameter for Record to disable file lock ([c61a7d8](https://github.com/MilesCranmer/rip2/commit/c61a7d85e2d3b61e6ec707c9a117e5fb79a14ea2))
* create file locking via fs4 ([8e0bd96](https://github.com/MilesCranmer/rip2/commit/8e0bd962cb707dee3e7a4854b5406fe53a21ec73))


### Bug Fixes

* be more careful about locking ([88cb8a0](https://github.com/MilesCranmer/rip2/commit/88cb8a01596e3ebad31fa995ce3897fad408a8a6))
* disable fs4 on windows ([fbf8ed5](https://github.com/MilesCranmer/rip2/commit/fbf8ed57feed7ab9ebda20db7cbb9378cd2bfff3))

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


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.3"
version = "0.9.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 4b12a28

Please sign in to comment.